csharp
public sealed class TerrainStrokeRedoWhat a stroke left, so it can be put back after an undo.
Remarks
A separate type from TerrainStroke because it is a different lifetime: the stroke exists while the pointer is down and this exists for as long as the undo stack holds the entry.
Fields and properties (2)
public TerrainRect RectEverything the stroke touched.
public int RecordedSamplesHow many samples the record holds.
Methods (1)
public TerrainRect Redo()Puts the stroke's result back.
Used by (3)
- TerrainStrokeVixen.Terrain
- TerrainStrokeTestsVixen.Terrain.Tests
- TerrainStrokeCommandVixen.Editor.Terrain