Component image
The DynamicTypeVariable Component is used to define a Type as the value of a dynamic variable.
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. |
VariableName
|
String | The name of the variable. |
Value
|
direct SyncType | The value of the dynamic variable that keeps in sync with the variable's valye. |
OverrideOnLink
|
Bool | Whether to write the current value of the dynamic variable in a space when it connects to it with the one this component is storing. |
Usage
For more info on Dynamic Variables and how they work including this type of component, see Dynamic Variables.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.