Vixen
02b45cc4
csharp
public enum FoliageTool

What a drag in the foliage mode does.

Read the guide page for this →

Remarks

Six, and the list is Unreal's — [docs/plan/31 § The foliage tools]. Five of them change instances and the sixth selects them, which is why the sixth is the one that hands the transform gizmo something to hold.

Fields and properties (6)

  • Paint

    Adds instances of every selected type at the brush's density; Shift erases.

  • Single

    One instance at the cursor, of the selected type.

  • Fill

    Fills the surface under the cursor out to the brush.

  • Erase

    Removes, filtered to the selected types.

  • Reapply

    Re-runs a chosen subset of a type's settings over instances that already exist.

  • Select

    Selects instances, so the gizmo can move, rotate and scale them.

Used by (4)

  • FoliageEditVixen.Editor.Terrain
  • FoliageModeVixen.Editor.Terrain
  • FoliageModeTestsVixen.Editor.Terrain.Tests
  • FoliageSettingsVixen.Editor.Terrain