Vixen
c7401864
csharp
public readonly record struct WaterMeshStatistics

And what the surface mesh did.

Read the guide page for this →

Fields and properties (5)

  • public int Zones

    How many zones drew.

  • public int Patches

    How many patches they selected between them.

  • public int Dropped

    How many they had to drop, over the per-zone cap.

  • public int Vertices

    How many vertices those patches are, which is what the draw actually costs.

  • public int Draws

    How many draws it took. Two per zone at most: the window and the skirt.

Used by (1)

  • WaterMeshOverlayVixen.Rendering.Water