Component:MultiValueTextFormatDriver

From Resonite Wiki
Revision as of 00:40, 7 July 2025 by 989onan (talk | contribs) (sync descriptions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article or section is a stub. You can help the Resonite wiki by expanding it.
Component image 
Multi Value Text Format Driver component as seen in the Scene Inspector

The ValueTextFormatDriver applies the value of a multiple values to a text format string and drives the target string field. Elements are defined by putting {} brackets around a number to specify an element in Sources.

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. Some components stop their functionality when this field is disabled, but some don't.
Sources direct SyncRelayList`1<IField> A list of source fields.
Format String The format string, which has a list of "{X}" where "X" is a number that refers to an item number in Sources. The entire "{X}" gets replaced by a source with that number.
Text field drive of String The target field.

Usage

Examples

See Also