Class SerializableType | Unity Reflect | 1.0.0-preview.11
docs.unity3d.com
    Show / Hide Table of Contents

    Class SerializableType

    Inheritance
    Object
    SerializableType
    Namespace: UnityEngine.InputNew
    Syntax
    [Serializable]
    public class SerializableType

    Constructors

    SerializableType(Type)

    Declaration
    public SerializableType(Type t)
    Parameters
    Type Name Description
    Type t

    Properties

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String

    value

    Declaration
    public Type value { get; set; }
    Property Value
    Type Description
    Type

    Operators

    Implicit(Type to SerializableType)

    Declaration
    public static implicit operator SerializableType(Type t)
    Parameters
    Type Name Description
    Type t
    Returns
    Type Description
    SerializableType

    Implicit(SerializableType to Type)

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