Enum PathfindingDebugMode
Namespace: Content.Shared.NPC
Assembly: Content.Shared.dll
Syntax
public enum PathfindingDebugMode : ushort
Fields
Name | Description |
---|---|
Breadcrumbs | Show the individual pathfinding breadcrumbs. |
Chunks | Show the pathfinding chunk edges. |
Crumb | Shows the stats nearest crumb to the mouse cursor. |
None | |
Poly | Shows the nearest poly to the mouse cursor. |
PolyNeighbors | Shows the edges between pathfinding polys. |
Polys | Shows all of the pathfinding polys. |
RouteCosts | |
Routes | Gets a path from the current attached entity to the mouse cursor. |
Steering |