Component:LegacyCheckbox

From Resonite Wiki
Component image 
Legacy Checkbox component as seen in the Scene Inspector


This article or section is a Stub. You can help the Resonite Wiki by expanding it.


Usage

Fields
Name Type Description
persistent Bool Determines whether or not this item will be saved to the server.
UpdateOrder Int Controls the order in which this component is updated.
Enabled Bool Controls whether or not this component is enabled.
Style direct RelayRef`1<LegacyUIStyle>
AcceptPhysicalTouch Bool
AcceptRemoteTouch Bool
IsChecked Bool
IsEnabled Bool
DriveField field drive of Bool
AllowWriteBack Bool
Size Float
BevelPercent Float
Color ColorX
_shellMesh BevelBoxMesh
_checkMesh BevelBoxMesh
_titleBar LegacyHorizontalChoiceBar
_shellSize field drive of Float3
_shellBevel field drive of Float
_checkSize field drive of Float3
_checkBevel field drive of Float
_colliderSize field drive of Float3
_shellMaterial direct DriveRef`1<PBS_RimMetallic>
_checkMaterial direct DriveRef`1<PBS_RimMetallic>

Behavior

Examples

See Also