csharp
public sealed class FoliageSettingsThe foliage panel's settings: the brush, the palette selection and the tool parameters.
Remarks
[docs/plan/31 § The palette] and § The foliage tools. The brush is TerrainBrushSettings's — [§ D12]'s one service — and what is here is what foliage adds to it.
Fields and properties (9)
public FoliageTool ToolWhich tool a drag runs.
public float DensityHow much of each type's density a stroke places, 0…1.
public FoliageReapply ReapplyWhich of a type's settings a Reapply stroke re-rolls.
public bool OnTerrainWhether a stroke may land on the terrain.
public bool OnStaticMeshesWhether it may land on static meshes.
public bool OnBlockoutWhether it may land on blockout meshes.
public bool OnFoliageWhether it may land on other foliage.
public bool IsReapplyingWhether the Reapply rows apply.
public FoliageFilters FiltersWhat a stroke will accept, as one value the probe can be asked with.
Used by (4)
- Describes_Vixen_Editor_Terrain_FoliageSettingsVixen.Editor.Terrain
- FoliageEditVixen.Editor.Terrain
- FoliageModeVixen.Editor.Terrain
- FoliageModeTestsVixen.Editor.Terrain.Tests