Vixen
c7401864
csharp
public enum WaterHandle

Which handle of a control point a drag is holding.

Read the guide page for this →

Fields and properties (4)

  • None

    None — the drag is not on a handle.

  • WidthLeft

    The half-width, on the curve's left.

  • WidthRight

    And on its right. Two handles for one number, because a river is dragged from a bank.

  • Depth

    The bed depth, dragged downward.

Used by (2)

  • WaterEditVixen.Editor.Water
  • WaterEditTestsVixen.Editor.Water.Tests