SizeConstraint
Used to constrain the scale of a GUI object.
Items 3
History | Name | Value | Description | |
---|---|---|---|---|
47 | RelativeXY | 0 | The scale of X and Y are independent. | |
47 | RelativeXX | 1 | The scale of X is shared with Y. | |
47 | RelativeYY | 2 | The scale of Y is shared with X. |
Description
Used to constrain the scale of a GUI object.
History 4
- 47 Add RelativeYY
- 47 Add RelativeXY
- 47 Add RelativeXX
- 47 Add SizeConstraint