Vixen
02b45cc4
csharp
public enum FoliageReapply

Which of a type's settings a Reapply stroke re-rolls.

Read the guide page for this →

Remarks

⚠ Flags, and a checkbox per property is exactly how Unreal does it. "Re-roll the scale and leave everything else" is the operation an artist wants after changing a scale range, and a Reapply that re-rolled the position too would move a forest somebody had already thinned by hand.

Fields and properties (5)

  • None

    Nothing, which is a stroke that does nothing and says so.

  • Scale

    Re-roll each instance's scale from the type's current range.

  • Yaw

    Re-roll its heading.

  • Alignment

    Re-align it to the surface it stands on, at the type's current strength.

  • Filters

    Drop instances the type's filters would now refuse.

Used by (4)

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