DynamicField`1 (Component)

From Neos Wiki
Jump to navigation Jump to search
This page contains changes which are not marked for translation.


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


DynamicField`1 component as seen in the Scene Inspector

Intoduction

The DynamicField`1 component points at a field containing a value type. The value of the its variable is whatever the field contains, and the field will be updated if the variable is written to.

For demonstration purposes, this component is shown with a float type.

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 to be used
TargetField IField<T> The field that will be used as the dynamic variable's value
OverrideOnLink Bool If true, the value of the field will be written when this component is moved into a new space

Behavior

Examples

Related Components