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 |
---|---|
Update |
Determines the type of property update that will be performed. |
Methods
Name | Description |
---|---|
Add |
Add a tracked property for this object. |
Apply |
Apply the Tracked |