Component:ReferenceRadio: Difference between revisions

From Resonite Wiki
m ProbablePrime moved page ReferenceRadio (Component) to Component:ReferenceRadio: Creating component Namespace
Automated: update Fields, Categories
Line 14: Line 14:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|CheckVisual|Bool|  
|CheckVisual|{{RootFieldType|FieldDrive`1|[[Type:Bool|Bool]]}}|TypeAdv0=true|
|OptionReference|Sync`1|TypeString1=Sync<T>|  
|OptionReference|'''T'''|TypeAdv1=true|
|TargetReference|SyncRef`1|TypeString2=SyncRef<Sync<T>>|  
|TargetReference|{{RootFieldType|RelayRef`1|[[Type:SyncRef`1|SyncRef`1]]&lt;T&gt;}}|TypeAdv2=true|
}}
}}


Line 29: Line 29:
</translate>
</translate>
[[Category:Generics{{#translation:}}]]
[[Category:Generics{{#translation:}}]]
[[Category:Components{{#translation:}}|ReferenceRadio`1 (Component){{#translation:}}]]
[[Category:Components{{#translation:}}|Reference Radio`1]]
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]
[[Category:Components:UIX:Interaction{{#translation:}}|ReferenceRadio`1 (Component){{#translation:}}]]
[[Category:Generic Components{{#translation:}}|Reference Radio`1]]
[[Category:Components:UIX:Interaction{{#translation:}}|Reference Radio`1]]

Revision as of 21:39, 3 March 2024


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


Component image 
ReferenceRadio`1 component as seen in the Scene Inspector


Intoduction

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.
CheckVisual field drive of Bool
OptionReference T
TargetReference direct RelayRef`1<SyncRef`1<T>>

Behavior

Examples

Related Components