UISizeConstraint
A modifier class that constrains the size of a GUI element.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "UISizeConstraint" |
MaxSize | Vector2 | Vector2.new(math.huge, math.huge) |
MinSize | Vector2 | Vector2.new(0, 0) |
A modifier class that constrains the size of a GUI element.
| Property | Type | Default |
|---|---|---|
Name | string | "UISizeConstraint" |
MaxSize | Vector2 | Vector2.new(math.huge, math.huge) |
MinSize | Vector2 | Vector2.new(0, 0) |