docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Enum JsonSerializerTrackedObject.ApplyChangesMethod

    Determines the type of property update that will be performed.

    Namespace: UnityEngine.Localization.PropertyVariants.TrackedObjects
    Assembly: Unity.Localization.dll
    Syntax
    public enum JsonSerializerTrackedObject.ApplyChangesMethod

    Fields

    Name Description
    Full

    Full update will read the entire object into JSON and then patch the properties before reapplying the new JSON.

    Partial

    Partial update will generate a partial patch and apply the changes only for the tracked properties. Partial update provides improved performance however is not supported when modifying collections or properties that contain a serialized version such as Rect.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)