Struct TypeDescription | Unity NetCode | 0.3.0-preview.3
docs.unity3d.com
    Show / Hide Table of Contents

    Struct TypeDescription

    Namespace: Unity.NetCode.Editor
    Syntax
    public struct TypeDescription

    Constructors

    TypeDescription(Mono.Cecil.TypeReference, TypeAttribute)

    Declaration
    public TypeDescription(Mono.Cecil.TypeReference typeReference, TypeAttribute attribute)
    Parameters
    Type Name Description
    Mono.Cecil.TypeReference typeReference
    TypeAttribute attribute

    TypeDescription(Type, TypeAttribute)

    Declaration
    public TypeDescription(Type type, TypeAttribute attribute)
    Parameters
    Type Name Description
    Type type
    TypeAttribute attribute

    Fields

    Attribute

    Declaration
    public TypeAttribute Attribute
    Field Value
    Type Description
    TypeAttribute

    Key

    Declaration
    public string Key
    Field Value
    Type Description
    String

    TypeFullName

    Declaration
    public string TypeFullName
    Field Value
    Type Description
    String

    Methods

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()
    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