Class SamplesUserToolStateMachine
Samples project's state machine for the user tools.
Inherited Members
Namespace: Fwt.HexTerrains.Samples.Data
Assembly: FwtHexTerrainSamples.dll
Syntax
public class SamplesUserToolStateMachine : UserToolStateMachine, ISmState, IStateMachine, IDisposable
Constructors
SamplesUserToolStateMachine(IHexTerrainAPI)
Constructor for the SamplesUserToolStateMachine. Creates and initializes all the states inside.
Declaration
public SamplesUserToolStateMachine(IHexTerrainAPI userToolAPI)
Parameters
| Type | Name | Description |
|---|---|---|
| IHexTerrainAPI | userToolAPI | API object that allows to get/set data from/to the terrain and send requests to the UI system |