Vixen
caa30e12
csharp
public enum AiDebugSection

Which part of an agent a row belongs to.

Read the guide page for this →

Remarks

Carried on the row rather than implied by which list it came out of, because the overlay, the editor panel and the wire all flatten the lists at some point and a row that had lost its section would have to be re-derived from its position.

Fields and properties (4)

  • Doing

    What the agent is doing: the active path, the chosen action, the plan.

  • Why

    Why: a decorator's last result, a consideration's factor, an unmet condition.

  • Data

    Its data: a blackboard key, or a projected world key.

  • Senses

    Its senses: one perceived target.

Used by (13)

  • AiAgentSnapshotVixen.Ai
  • AiDebugCategoriesVixen.Ai.Diagnostics
  • AiDebugChannelVixen.Ai
  • AiDebugChannelTestsVixen.Ai.Tests
  • AiDebugRowVixen.Ai
  • AiGameplayDebuggerVixen.Ai.Diagnostics
  • AiSnapshotTestsVixen.Ai.Tests
  • AiSnapshotsVixen.Ai
  • PerceptionSnapshotsVixen.Ai.Perception
  • AgentDebugModelVixen.Editor.Ai
  • AgentDebugModelTestsVixen.Editor.AssetEditors.Tests
  • AgentDebuggerViewVixen.Editor.AssetEditors
  • UtilitySetViewVixen.Editor.AssetEditors