ValueCopy (Component)

From Neos Wiki
Revision as of 07:44, 14 February 2023 by Amber (talk | contribs)
Jump to navigation Jump to search


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


Value Copy`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
Source IField<float> The source to copy the value from.
Target IField<float> The target to copy the value to.
WriteBack Bool

Usage

Drives the target's value with the source's value.

Examples

ValueCopy Example A ValueField<bool>'s Value is being self driven with a WriteBack - making the Value local, and still changeable. Changes to this value will be local.

ValueCopy Example A ValueField<int>'s Value is being driven to be 7 from another ValueField<int>'s Value. The one in pink is the one being driven.

Related Components