Delegate TerrainPaint
- Namespace
- FrameOfReference.Presentation
- Assembly
- FrameOfReference.Presentation.dll
public delegate void TerrainPaint(Vector2 terrainCoords, bool done)
Parameters
terrainCoords
Vector2The terrain coordinates in world space.
done
boolTrue when the user has finished his painting (e.g. released the mouse).
- Extension Methods