Component:LocaleStringDriver: Difference between revisions

From Resonite Wiki
Automated: update Replace
Automated: update DeDuplicate
 
Line 29: Line 29:
[[Category:Components:Localization{{#translation:}}|Locale String Driver]]
[[Category:Components:Localization{{#translation:}}|Locale String Driver]]
[[Category:Components{{#translation:}}|Locale String Driver]]
[[Category:Components{{#translation:}}|Locale String Driver]]
[[Category:ComponentStubs]]
 
[[Category:ComponentStubs]]
[[Category:ComponentStubs]]

Latest revision as of 21:19, 6 November 2024

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