Interface IStringProperty
Represents a property whose value can be converted from and to a string.
Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
Assembly: Unity.Localization.dll
Syntax
public interface IStringProperty : ITrackedProperty
Methods
Name | Description |
---|---|
GetValueAsString(LocaleIdentifier) | Returns the value for the LocaleIdentifier as a string representation. |
GetValueAsString(LocaleIdentifier, LocaleIdentifier) | Returns the value for the LocaleIdentifier as a string representation, uses the fallback if a variant does not exist. |
SetValueFromString(LocaleIdentifier, string) | Assigns a value for the chosen LocaleIdentifier. |