Struct HexTerrainPrefabAuthoring
Authoring struct for HexTerrainPrefab data used in terrain editors.
Inherited Members
Namespace: Fwt.HexTerrains.TerrainEditors.UserTools
Assembly: fwt.hexterrains.dll
Syntax
[Serializable]
public struct HexTerrainPrefabAuthoring
Fields
Image
Image to display in the UI for this terrain prefab.
Declaration
[Tooltip("Image to display in the UI for this terrain prefab.")]
public Sprite Image
Field Value
| Type | Description |
|---|---|
| Sprite |
Name
Name of the terrain prefab. This is used to identify the prefab in the UI.
Declaration
[Tooltip("Name of the terrain prefab. This is used to identify the prefab in the UI.")]
public string Name
Field Value
| Type | Description |
|---|---|
| string |
TerrainPrefab
The HexTerrain prefab to use when user requests to create a new terrain.
Declaration
[Tooltip("The HexTerrain prefab to use when user requests to create a new terrain.")]
public HexTerrainAuthoring TerrainPrefab
Field Value
| Type | Description |
|---|---|
| HexTerrainAuthoring |