AspectType
Used by UIAspectRatioConstraint.AspectType to control sizing behavior.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
266 | FitWithinMaxSize | 0 | The object will be the maximum size possible within its own AbsoluteSize. | |
266 | ScaleWithParentSize | 1 | The object's maximum size will be the size of the parent while still maintaining the aspect ratio. |
Description
Used by UIAspectRatioConstraint.AspectType to control sizing behavior.
History 3
- 266 Add ScaleWithParentSize
- 266 Add FitWithinMaxSize
- 266 Add AspectType