Component:DynamicReference`1

From Resonite Wiki
This page contains changes which are not marked for translation.

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

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 dynamic variable the field will be tied to
TargetReference direct RelayRef`1<SyncRef`1<T>> The reference that will be used
OverrideOnLink Bool If true, the field's value will be written to a space when moved into it

Behavior

Examples

Related Components