Class LocalizedStringProperty
Provides localization support for a tracked string property.
Implements
Namespace: UnityEngine.Localization.PropertyVariants.TrackedProperties
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class LocalizedStringProperty : ITrackedProperty
Properties
| Name | Description |
|---|---|
| LocalizedString | The Localized String 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. |