Vixen
02b45cc4
csharp
public enum BrushShape

What footprint a stamp has.

Read the guide page for this →

Fields and properties (3)

  • Circle

    A disc. Rotation means nothing to it, and it is the default for every tool.

  • Alpha

    A square footprint whose weight comes from a mask, so an artist can stamp a shape.

  • Pattern

    Like Alpha, but the mask tiles in world space rather than fitting the stamp — so a stroke reveals one continuous texture instead of repeating the brush.

Used by (5)

  • TerrainBrushVixen.Terrain
  • TerrainBrushTestsVixen.Terrain.Tests
  • Describes_Vixen_Editor_Terrain_TerrainBrushSettingsVixen.Editor.Terrain
  • TerrainBrushSettingsVixen.Editor.Terrain
  • TerrainPanelTestsVixen.Editor.Terrain.Tests