csharp
public sealed class WaterMeshOverlay`stat watermesh`: nodes selected, dropped, vertices and draws.
Fields and properties (5)
public string NameWhat the console and the toggles call it. Lower case, no spaces.
public OverlayAnchor AnchorWhich corner it is pinned to.
public bool EnabledWhether it is drawn.
public float WidthHow wide the panel is, in pixels.
public WaterMeshStatistics StatisticsWhat the surface node reported. The host sets this once a frame.
Methods (2)
public void Read(WaterMeshRenderer mesh)Reads this frame's numbers off a surface node.
public void Draw(OverlaySurface surface, in GameTime time)Draws it.
Used by (2)
- AppGraphicsVixen.App.Hosting
- WaterHorizonImageTestsVixen.Graphics.Golden.Tests