Component:DynamicValueVariableDriver: Difference between revisions

From Resonite Wiki
add info
Automated: update Fields, Categories
Line 12: Line 12:
{{Table ComponentFields
{{Table ComponentFields
|VariableName|String| {{Template:Variable Name Component}}
|VariableName|String| {{Template:Variable Name Component}}
|Target|IField`1| {{Template:DefaultTarget Field}}
|Target|{{RootFieldType|FieldDrive`1|T}}|TypeAdv1=true| {{Template:DefaultTarget Field}}
|DefaultValue|'''T'''|TypeAdv2=true|
}}
}}


Line 26: Line 27:
[[Category:Generics{{#translation:}}]]
[[Category:Generics{{#translation:}}]]
[[Category:Components{{#translation:}}|Dynamic Value Variable Driver`1]]
[[Category:Components{{#translation:}}|Dynamic Value Variable Driver`1]]
[[Category:Generic Components{{#translation:}}|Dynamic Value Variable Driver`1]]
[[Category:Components:Data:Dynamic{{#translation:}}|Dynamic Value Variable Driver`1]]
[[Category:Components:Data:Dynamic{{#translation:}}|Dynamic Value Variable Driver`1]]

Revision as of 22:29, 16 March 2025

Dynamic Value Variable Driver is a component that can drive a IField`1 (Value Holder) to the value assigned to a dynamic variable with the name VariableName. if the specified variable cannot be found, the value will revert to DefaultTarget how this works is explained on Dynamic Variables page.

Component image 
Dynamic Value Variable Driver`1 component as seen in the Scene Inspector


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.
VariableName String The Variable name that will be used to link this component's refrenced value to the Dynamic Variables System.
Target field drive of T The value/reference to revert to when this component cannot find the specified VariableName dynamic variable.
DefaultValue T

Usage

Examples

Related Components