Vixen
02b45cc4
csharp
public readonly record struct StateRow

One line of the state pane.

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

Fields and properties (3)

  • public string Group

    Which heading it sits under.

  • public string Label

    What it is.

  • public string Value

    What it is set to.

Methods (1)

  • public StateRow(string Group, string Label, string Value)

    One line of the state pane.

Used by (3)

  • DrawStateVixen.Editor.Debugger
  • FrameCaptureTestsVixen.Editor.Debugger.Tests
  • FrameDebuggerViewVixen.Editor.Debugger