AspectType
Used by UIAspectRatioConstraint.AspectType to control the sizing behavior.
Items 2
History | Name | Value | Description | |
---|---|---|---|---|
266 | FitWithinMaxSize | 0 | Makes the element the maximum size it can be within the current possible AbsoluteSize of the element while maintaining the aspect ratio. | |
266 | ScaleWithParentSize | 1 | Scales the element to the largest size it can fit inside the parent element's maximum size whilse maintaining the aspect ratio. |
Description
Used by UIAspectRatioConstraint.AspectType to control the sizing behavior.
History 3
- 266 Add ScaleWithParentSize
- 266 Add FitWithinMaxSize
- 266 Add AspectType