Struct EntityInChunk | Entities | 0.3.0-preview.4
docs.unity.cn
    Show / Hide Table of Contents

    Struct EntityInChunk

    Namespace: Unity.Entities
    Syntax
    public struct EntityInChunk : IComparable<EntityInChunk>, IEquatable<EntityInChunk>

    Methods

    CompareTo(EntityInChunk)

    Declaration
    public int CompareTo(EntityInChunk other)
    Parameters
    Type Name Description
    EntityInChunk other
    Returns
    Type Description
    Int32

    Equals(EntityInChunk)

    Declaration
    public bool Equals(EntityInChunk other)
    Parameters
    Type Name Description
    EntityInChunk other
    Returns
    Type Description
    Boolean
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX