Vixen
c7401864
csharp
public enum WaterDisturbanceKind

What kind of thing disturbed the water.

Read the guide page for this →

Remarks

⚠ Two and not a spectrum, because the two are told apart by time and nothing else. A splash is one event; a wake is a continuous one. Anything a consumer wants to do differently — a burst of spray against a trailing V, a loud noise against a steady hiss — follows from that, and a third value would be a third thing for every consumer to have an opinion about.

Fields and properties (2)

  • Wake

    Something moving through the surface: a hull under way, a swimmer.

  • Splash

    Something arriving at it: a body entering the water, an impact.

Used by (3)

  • BuoyancySystemVixen.Water.Physics
  • WaterDisturbanceVixen.Water
  • WaterDisturbanceTestsVixen.Water.Tests