csharp
public enum WaterZoneUpdateWhy a zone re-rasterised its field.
Remarks
The diagnostic that answers "why is this costing so much" and "why is the shoreline stale" from the same reading. A zone re-rasterising every frame is one whose threshold is too small or whose bodies are being marked dirty by something that did not change them.
Fields and properties (4)
NoneNothing did. The field is the one from before.
FirstThere was no field yet.
ScrolledThe view moved past the scroll threshold.
ChangedA body, the ground or the zone's own shape changed.
Used by (3)
- WaterZoneStateVixen.Water
- WaterZoneSystemTestsVixen.Rendering.Water.Tests
- WaterZoneTestsVixen.Water.Tests