csharp
public static class AiDebugCategoriesTurning categories on and off by their number, which is what a key press does.
Fields and properties (1)
public static int CountHow many numbered categories there are.
Methods (4)
public static AiDebugCategory Of(int number)The category a digit names.
public static string NameOf(AiDebugCategory category)What a category is called, lower case.
public static AiDebugCategory Toggle(AiDebugCategory categories, AiDebugCategory category)Flips one category of a set.
public static AiDebugCategory For(AiDebugSection section)Which section of a snapshot a category shows, if it shows one.
Used by (1)
- AiGameplayDebuggerVixen.Ai.Diagnostics