Interface ITerrainOperation
Standard interface to apply modifications to a Tycoon Tile terrain. Any modifications done to tiles should be registered through the operation results parameter.
Namespace: TycoonTerrain.Core.TerrainOperations
Assembly: TycoonTerrainAssembly.dll
Syntax
public interface ITerrainOperation
Methods
ScheduleOperation(OperationContext, ref OperationResult)
Standard interface to apply modifications to a Tycoon Tile terrain.
Declaration
void ScheduleOperation(OperationContext context, ref OperationResult result)
Parameters
Type | Name | Description |
---|---|---|
Operation |
context | Information context for the terrain this operation is applied to. |
Operation |
result | The modification results that should be applied to the terrain. |