Class LocalizedAssetProperty
Provides localization support to tracked UnityEngine.Object.
Implements
Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class LocalizedAssetProperty : ITrackedProperty
Properties
| Name | Description |
|---|---|
| LocalizedObject | The Localized Object that will be used for this tracked property. |
| PropertyPath | The serialized property path. |
Methods
| Name | Description |
|---|---|
| HasVariant(LocaleIdentifier) | Checks if the property contains an overriden value for the LocaleIdentifier. |