Type:SizeFit: Difference between revisions

From Resonite Wiki
Created stub for Type:SizeFit [Automated]
 
Added a description. Added a type info box. Added a see also section.
 
Line 1: Line 1:
{{stub}}
{{Infobox Enum
|name=SizeFit
|type=FrooxEngine.UIX.SizeFit
}}
 
The '''SizeFit''' type is an [[Enum]] value that tells components what size to use as a type of fit for [[UIX]] element contents.


{{Table EnumValues
{{Table EnumValues
Line 6: Line 11:
|PreferredSize|2|
|PreferredSize|2|
}}
}}
== See Also ==
* [[Component:ContentSizeFitter|ContentSizeFitter]] uses this for its contents.


[[Category:Type]]
[[Category:Type]]
[[Category:Enums]]
[[Category:Enums]]

Latest revision as of 22:33, 28 July 2024

Enum
Name: SizeFit
Type: FrooxEngine.UIX.SizeFit

The SizeFit type is an Enum value that tells components what size to use as a type of fit for UIX element contents.

Values
Name Value Description
Disabled 0
MinSize 1
PreferredSize 2


See Also