docs.unity3d.com
    Show / Hide Table of Contents

    Enum JsonSerializerTrackedObject.ApplyChangesMethod

    Determines the type of property update that will be performed.

    Namespace: UnityEngine.Localization.PropertyVariants.TrackedObjects
    Syntax
    public enum ApplyChangesMethod

    Fields

    Name Description Value
    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.


    0
    Full

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


    1
    In This Article
    • Fields
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023