csharp
public readonly record struct AiBreakpointHitWhere a breakpoint stopped, and which agent it stopped.
Fields and properties (5)
public AiBreakpoint BreakpointWhich one.
public Entity EntityWhich agent hit it.
public int NodeWhich node it actually stopped on, which is at or below the breakpoint's.
public long TickWhen.
public bool IsSomeWhether 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