Class UnityObjectProperty
Namespace: UnityEngine .Localization.PropertyVariants .TrackedProperties
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public class UnityObjectProperty : ITrackedPropertyValue<Object>, ITrackedProperty, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
Property |
The serialized property path. |
Property |
Methods
Name | Description |
---|---|
Get |
Attempts to find a value for the provided LocaleIdentifier or fallback. |
Get |
Attempts to find a value for the provided LocaleIdentifier. |
Has |
Checks if the property contains an overriden value for the LocaleIdentifier. |
Remove |
|
Set |
Assigns a value for the chosen LocaleIdentifier. |