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 |
---|---|
Get |
Returns the value for the LocaleIdentifier as a string representation. |
Get |
Returns the value for the LocaleIdentifier as a string representation, uses the fallback if a variant does not exist. |
Set |
Assigns a value for the chosen LocaleIdentifier. |