This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Intoduction
The DynamicReference`1 component points at a field containing a reference type (such as the Reference field of a ReferenceField. The value of the its variable is whatever the field contains, and the field will be updated if the variable is written to.
Usage
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 dynamic variable the field will be tied to |
TargetReference
|
SyncRef`1 | The reference that will be used |
OverrideOnLink
|
Bool | If true, the field's value will be written to a space when moved into it |