Interface IHexTerrainPrefabConfig
For IHexTerrainAPI to be able to find a list of prefab configs,
the prefab config buffer element bust implement this interface
HexTerrainPrefabConfig.
Assembly: fwt.hexterrains.dll
Syntax
public interface IHexTerrainPrefabConfig : IEquatable<IHexTerrainPrefabConfig>
Properties
Image
Declaration
UnityObjectRef<Sprite> Image { get; set; }
Property Value
| Type |
Description |
| UnityObjectRef<Sprite> |
|
Name
Declaration
FixedString128Bytes Name { get; set; }
Property Value
| Type |
Description |
| FixedString128Bytes |
|
TerrainPrefab
Declaration
Entity TerrainPrefab { get; set; }
Property Value
Extension Methods