Class JsonSerializerTrackedObject
Uses JSON to apply changes to a tracked object.
JSON can only be used with MonoBehaviour and ScriptableObject types.
Inheritance
JsonSerializerTrackedObject
Syntax
[Serializable]
public abstract class JsonSerializerTrackedObject : TrackedObject, ISerializationCallbackReceiver
Properties
UpdateType
Determines the type of property update that will be performed.
Declaration
public JsonSerializerTrackedObject.ApplyChangesMethod UpdateType { get; set; }
Property Value
Methods
AddTrackedProperty(ITrackedProperty)
Declaration
public override void AddTrackedProperty(ITrackedProperty trackedProperty)
Parameters
Overrides
ApplyLocale(Locale, Locale)
Declaration
public override AsyncOperationHandle ApplyLocale(Locale variantLocale, Locale defaultLocale)
Parameters
Type |
Name |
Description |
Locale |
variantLocale |
|
Locale |
defaultLocale |
|
Returns
Overrides