Struct CellItemConfig
Implements
IBufferElementData
Assembly: fwt.hexterrains.dll
Syntax
[BurstCompile]
[Serializable]
public struct CellItemConfig : IBufferElementData
Fields
Color
Declaration
Field Value
Index
Declaration
Field Value
StateConfigs
Declaration
public FixedList8<CellItemStateConfig> StateConfigs
Field Value
Methods
GetStateConfig(int)
Declaration
[BurstCompile]
public CellItemStateConfig GetStateConfig(int stateIndex)
Parameters
| Type |
Name |
Description |
| int |
stateIndex |
|
Returns
Implements
Unity.Entities.IBufferElementData
Extension Methods