Table of Contents

Delegate TerrainPaint

Namespace
FrameOfReference.Presentation
Assembly
FrameOfReference.Presentation.dll
public delegate void TerrainPaint(Vector2 terrainCoords, bool done)

Parameters

terrainCoords Vector2

The terrain coordinates in world space.

done bool

True when the user has finished his painting (e.g. released the mouse).

Extension Methods

See Also