Interface ITrackedProperty
Represents a property that contains 1 or more variants.
Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
Assembly: Unity.Localization.dll
Syntax
public interface ITrackedProperty
Properties
Name | Description |
---|---|
PropertyPath | The serialized property path. |
Methods
Name | Description |
---|---|
HasVariant(LocaleIdentifier) | Checks if the property contains an overriden value for the LocaleIdentifier. |