Class JsonSerializerTrackedObject
Uses JSON to apply changes to a tracked object. JSON can only be used with MonoBehaviour and ScriptableObject types.
Implements
Inherited Members
Namespace: UnityEngine.Localization.PropertyVariants.TrackedObjects
Assembly: Unity.Localization.dll
Syntax
[Serializable]
public abstract class JsonSerializerTrackedObject : TrackedObject, ISerializationCallbackReceiver
Properties
| Name | Description |
|---|---|
| UpdateType | Determines the type of property update that will be performed. |
Methods
| Name | Description |
|---|---|
| AddTrackedProperty(ITrackedProperty) | Add a tracked property for this object. |
| ApplyLocale(Locale, Locale) | Apply the TrackedProperties for |