Struct FastEquality.TypeInfo | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Struct FastEquality.TypeInfo

    Namespace: Unity.Entities
    Syntax
    public struct TypeInfo

    Fields

    EqualFn

    Declaration
    public FastEquality.TypeInfo.CompareEqualDelegate EqualFn
    Field Value
    Type Description
    FastEquality.TypeInfo.CompareEqualDelegate

    GetHashFn

    Declaration
    public FastEquality.TypeInfo.GetHashCodeDelegate GetHashFn
    Field Value
    Type Description
    FastEquality.TypeInfo.GetHashCodeDelegate

    Hash

    Declaration
    public int Hash
    Field Value
    Type Description
    System.Int32

    Layouts

    Declaration
    public FastEquality.Layout[] Layouts
    Field Value
    Type Description
    FastEquality.Layout[]

    Properties

    Null

    Declaration
    public static FastEquality.TypeInfo Null { get; }
    Property Value
    Type Description
    FastEquality.TypeInfo
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX