Class SamplesUserToolsData
Samples project implementation of the UserToolsData
Inherited Members
Namespace: Fwt.HexTerrains.Samples.Data
Assembly: FwtHexTerrainSamples.dll
Syntax
public class SamplesUserToolsData : UserToolsData, IDisposable, IComponentData, IQueryTypeParameter
Methods
CreateStateMachine(IHexTerrainAPI)
Creates the state machine for the user tools
Declaration
protected override UserToolStateMachine CreateStateMachine(IHexTerrainAPI userToolAPI)
Parameters
| Type | Name | Description |
|---|---|---|
| IHexTerrainAPI | userToolAPI | API object that allows to get/set data to/from terrain as well as send commands to the UI system |
Returns
| Type | Description |
|---|---|
| UserToolStateMachine |
Overrides
Implements
Unity.Entities.IComponentData
Unity.Entities.IQueryTypeParameter