AdditionalFormatData
Provides additional information to the smart formatter for sources and formatters to use during formatting.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.SmartStrings
- Assembly: UnityEngine.SmartStringsModule
public class AdditionalFormatData
Properties
Property | Description |
|---|---|
| LocalVariables | Storage for local variables that may be used during formatting by the PersistentVariablesSource. |
| VariableTriggers | Any IVariableValueChanged that may have been used during formatting. This can then be used to subscribe to update events in order to trigger a regeneration of the string. |