Struct CellObjectConfigAuthoring
Authoring structure where the cell object prefab is defined.
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct CellObjectConfigAuthoring
Fields
Name
Declaration
[Tooltip("Name of the Cell Object")]
public string Name
Field Value
States
The index of the object in the list == CellObjectConfig.Index
Declaration
[Tooltip("The index of the object in the list == CellItem.State")]
public List<CellObjectPrefabAuthoring> States
Field Value
Methods
GetStateAuthoring(int)
Declaration
public CellObjectPrefabAuthoring GetStateAuthoring(int stateIndex)
Parameters
| Type |
Name |
Description |
| int |
stateIndex |
|
Returns
Extension Methods