Component:LegacyRadio

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

The LegacyRadio component was used in old UI mainly in export and import dialogues. This component should not be used in new content and replaced whenever possible.

Fields

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. Some components stop their functionality when this field is disabled, but some don't.
Style direct RelayRef`1<LegacyUIStyle> The source of the legacy color styles for this component.
AcceptPhysicalTouch Bool Whether to allow Component:TipTouchSources to interact with/activate this component.
AcceptRemoteTouch Bool Whether this component allows interaction via the user's interaction laser.
IsEnabled Bool Whether this Legacy UI element is enabled and usable.
Radius Float The radius of this option sphere.
Color ColorX The color of the option.
Selected raw output of Bool Whether this option is selected.
_colliderRadius field drive of Float The field to drive for the radius of the collider so it matches the visual.
_icosphere reference drive of IcoSphereMesh The ico sphere mesh used to make the option click able visual.
_material reference drive of PBS_RimMetallic The material used for this component's visual.
_group direct RelayRef`1<LegacyRadioGroup> The manager for this component as a part of a group of radio options.
_orderNumber Int Which option in the list this is.

Usage

Just dont.

Examples

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


See Also