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 |