Struct HexChunkGridIndex
Shared component that is placed on the CellEntity so it helps to quickly find all CellEntities placed on given chunk.
Implements
ISharedComponentData
IQueryTypeParameter
Assembly: fwt.hexterrains.dll
Syntax
public struct HexChunkGridIndex : ISharedComponentData, IQueryTypeParameter, IEquatable<HexChunkGridIndex>
Fields
LayerEntity
Declaration
public Entity LayerEntity
Field Value
Value
Declaration
Field Value
Methods
Equals(HexChunkGridIndex)
Declaration
public bool Equals(HexChunkGridIndex other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
Implements
Unity.Entities.ISharedComponentData
Unity.Entities.IQueryTypeParameter
Extension Methods