Struct NotInitializedTerrain
While this component is present on terrain entity, it's not fully initialized. It is removed from entity at the end of HexTerrainsInitGroup
Implements
IComponentData
IQueryTypeParameter
Inherited Members
Namespace: Fwt.HexTerrains.Data
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct NotInitializedTerrain : IComponentData, IQueryTypeParameter
Fields
IsSetViewMode
If true, after the initialization, the terrain will be set to the specified view mode ViewMode.
Declaration
public bool IsSetViewMode
Field Value
| Type | Description |
|---|---|
| bool |
ViewMode
If IsSetViewMode is true, after the initialization, the terrain will be set to this view mode.
Declaration
public int ViewMode
Field Value
| Type | Description |
|---|---|
| int |
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter