Class VFXSerializer | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class VFXSerializer

    Inheritance
    System.Object
    VFXSerializer
    Namespace: UnityEditor.VFX
    Syntax
    public static class VFXSerializer

    Methods

    Load(Type, String, Object)

    Declaration
    public static object Load(Type type, string text, object oldValue)
    Parameters
    Type Name Description
    System.Type type
    System.String text
    System.Object oldValue
    Returns
    Type Description
    System.Object

    LoadWithType(VFXSerializer.TypedSerializedData, Object)

    Declaration
    public static object LoadWithType(VFXSerializer.TypedSerializedData data, object oldValue)
    Parameters
    Type Name Description
    VFXSerializer.TypedSerializedData data
    System.Object oldValue
    Returns
    Type Description
    System.Object

    Save(Object)

    Declaration
    public static string Save(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.String

    SaveWithType(Object)

    Declaration
    public static VFXSerializer.TypedSerializedData SaveWithType(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    VFXSerializer.TypedSerializedData
    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