Struct ComponentTypeHash | Entities | 0.16.0-preview.21
docs.unity3d.com
    Show / Hide Table of Contents

    Struct ComponentTypeHash

    Namespace: Unity.Entities
    Syntax
    public struct ComponentTypeHash : IEquatable<ComponentTypeHash>

    Fields

    Flags

    Declaration
    public ComponentTypeFlags Flags
    Field Value
    Type Description
    ComponentTypeFlags

    StableTypeHash

    Declaration
    public ulong StableTypeHash
    Field Value
    Type Description
    UInt64

    Methods

    Equals(Object)

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

    Equals(ComponentTypeHash)

    Declaration
    public bool Equals(ComponentTypeHash other)
    Parameters
    Type Name Description
    ComponentTypeHash other
    Returns
    Type Description
    Boolean

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    Operators

    Equality(ComponentTypeHash, ComponentTypeHash)

    Declaration
    public static bool operator ==(ComponentTypeHash left, ComponentTypeHash right)
    Parameters
    Type Name Description
    ComponentTypeHash left
    ComponentTypeHash right
    Returns
    Type Description
    Boolean

    Inequality(ComponentTypeHash, ComponentTypeHash)

    Declaration
    public static bool operator !=(ComponentTypeHash left, ComponentTypeHash right)
    Parameters
    Type Name Description
    ComponentTypeHash left
    ComponentTypeHash right
    Returns
    Type Description
    Boolean
    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