Component:ValueProxySource

From Resonite Wiki
Revision as of 09:42, 28 July 2024 by AmasterAmaster (talk | contribs) (Added a description, added field descriptions, added usage description. Added see also section with links to similar components.)
Component image 
Value Proxy Source`1 component as seen in the Scene Inspector


The ValueProxySource component allows for the user to grab a value off from a UIX element. This requires a Button component to work.

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.
Value T The value itself.

Usage

This is used to carry values to other UIX elements that are looking for it. Using this component along with the ReferenceGrabReceiver and ValueField of a value type will allow the user to carry the value from source to receiver directly.

Examples

See Also