Struct ColorMapTexturesCache
Contains cached ViewMode and ColorMap verions. When ViewMode's or ColorMap's version is different from cached values, the update logic is applied (like update UI), otherwise the step is skipped
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Fwt.HexTerrains.Data
Assembly: fwt.hexterrains.dll
Syntax
public struct ColorMapTexturesCache : IComponentData, IQueryTypeParameter
Fields
ColorMapVersion
Cached version of ColorMap
Declaration
public long ColorMapVersion
Field Value
| Type | Description |
|---|---|
| long |
ViewModeVersion
Cached version of ViewMode
Declaration
public long ViewModeVersion
Field Value
| Type | Description |
|---|---|
| long |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter