Introduce ScaleMaintainType - #976
Merged
whitetigerhelix merged 13 commits intoMar 5, 2025
Merged
Conversation
Introduce different options for scaling bounds handles. The options include: - Maintaining global size (previously stored as a separate bool property) - Setting scale based on initial parent scale - Adjusting scale to retain same size
nayanatharap
marked this pull request as draft
January 29, 2025 23:47
nayanatharap
force-pushed
the
user/npalanivel/BoundsHandleScaleMaintainTypes
branch
from
January 31, 2025 21:57
bd3abcf to
eb48694
Compare
keveleigh
self-requested a review
January 31, 2025 23:39
…olkit-Unity into user/npalanivel/BoundsHandleScaleMaintainTypes
nayanatharap
marked this pull request as ready for review
February 1, 2025 01:00
…s://github.com/nayanatharap/MixedRealityToolkit-Unity into user/npalanivel/BoundsHandleScaleMaintainTypes
nayanatharap
force-pushed
the
user/npalanivel/BoundsHandleScaleMaintainTypes
branch
from
February 7, 2025 23:25
471b186 to
1f360c6
Compare
keveleigh
reviewed
Feb 12, 2025
keveleigh
reviewed
Feb 14, 2025
keveleigh
approved these changes
Feb 24, 2025
keveleigh
left a comment
Contributor
There was a problem hiding this comment.
Approved, pending my last question!
whitetigerhelix
self-requested a review
March 5, 2025 20:55
whitetigerhelix
approved these changes
Mar 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #979 - Introduce different options for scaling bounds handles. The options include:
GlobalSize - Maintains global size (previously stored as a separate bool property):

FixedScale - Sets scale based on initial parent scale:

Advanced - Adjusts scale to retain same size
