Class UserToolSamplesAPI
Implements
Inherited Members
Namespace: Fwt.HexTerrains.Samples
Assembly: FwtHexTerrainSamples.dll
Syntax
public class UserToolSamplesAPI : HexTerrainAPI, IHexTerrainAPI
Methods
GetHexTerrainPrefabConfigsList()
Returns a list of available HexTerrainPrefabConfigs from the UserToolEntity (if any). This list can be sent to the UI to display available terrain prefabs for the user to select from.
Declaration
public override IList<IHexTerrainPrefabConfig> GetHexTerrainPrefabConfigsList()
Returns
| Type | Description |
|---|---|
| IList<IHexTerrainPrefabConfig> | collection of hex terrain prefab configs for user to select from |