Vixen
c7401864
csharp
public readonly record struct AiBreakpointHit

Where a breakpoint stopped, and which agent it stopped.

Read the guide page for this →

Fields and properties (5)

  • public AiBreakpoint Breakpoint

    Which one.

  • public Entity Entity

    Which agent hit it.

  • public int Node

    Which node it actually stopped on, which is at or below the breakpoint's.

  • public long Tick

    When.

  • public bool IsSome

    Whether anything is recorded here.

Methods (2)

  • public AiBreakpointHit(AiBreakpoint Breakpoint, Entity Entity, int Node, long Tick)

    Where a breakpoint stopped, and which agent it stopped.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (3)

  • AiBreakpointTestsVixen.Ai.Tests
  • AiBreakpointsVixen.Ai
  • AgentDebugModelTestsVixen.Editor.AssetEditors.Tests