Component:LocaleStringDriver

From Resonite Wiki
Revision as of 21:19, 6 November 2024 by 989onan (talk | contribs) (Automated: update DeDuplicate)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Locale String Driver component as seen in the Scene Inspector


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


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.
Target field drive of String
Key String
Format String
Locale LocaleResource
ArgumentSources direct SyncDictionary`2<String, RelayRef`1<IField>>
ArgumentValues direct SyncDictionary`2<String, SyncVar>

Sync Delegates

Triggers
Name Arguments Description
SetArgumentSource() Action`2<String: key, IField: field>
SetArgumentValue() Func`3<String: key, Object: value>

Behavior

Examples

See Also