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

    Class SerializableType

    Inheritance
    System.Object
    SerializableType
    Namespace: UnityEditor.VFX
    Syntax
    [Serializable]
    public class SerializableType : ISerializationCallbackReceiver

    Constructors

    SerializableType(String)

    Declaration
    public SerializableType(string typeText)
    Parameters
    Type Name Description
    System.String typeText

    SerializableType(Type)

    Declaration
    public SerializableType(Type type)
    Parameters
    Type Name Description
    System.Type type

    Properties

    text

    Declaration
    public string text { get; }
    Property Value
    Type Description
    System.String

    Methods

    GetType(String)

    Declaration
    public static Type GetType(string name)
    Parameters
    Type Name Description
    System.String name
    Returns
    Type Description
    System.Type

    OnAfterDeserialize()

    Declaration
    public virtual void OnAfterDeserialize()

    OnBeforeSerialize()

    Declaration
    public virtual void OnBeforeSerialize()

    Operators

    Implicit(Type to SerializableType)

    Declaration
    public static implicit operator SerializableType(Type value)
    Parameters
    Type Name Description
    System.Type value
    Returns
    Type Description
    SerializableType

    Implicit(SerializableType to Type)

    Declaration
    public static implicit operator Type(SerializableType value)
    Parameters
    Type Name Description
    SerializableType value
    Returns
    Type Description
    System.Type
    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