Vixen
02b45cc4
csharp
public readonly record struct PlayLeak

What leaked between entering and leaving play mode.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public string Category

    What the tracker calls it.

  • public int Count

    How many are still live that were not before.

Methods (1)

  • public PlayLeak(string Category, int Count)

    What leaked between entering and leaving play mode.

Used by (1)

  • PlayModeControllerVixen.Editor.SceneView