csharp
public readonly record struct BrushFootprintAn axis-aligned region of world XZ.
Fields and properties (2)
Methods (3)
public BrushFootprint(Vector2 Minimum, Vector2 Maximum)An axis-aligned region of world XZ.
public BrushFootprint Union(BrushFootprint other)The smallest footprint containing both.
public bool Contains(Vector2 point)Whether a point is inside.
Used by (6)
- BrushStrokeVixen.Terrain
- BrushStrokeTestsVixen.Terrain.Tests
- TerrainBrushVixen.Terrain
- TerrainBrushTestsVixen.Terrain.Tests
- TerrainSculptVixen.Terrain
- TypeRegistrationVixen.Terrain