Class PathRouteMessage
Debug message containing a pathfinding route.
Inheritance
System.Object
PathRouteMessage
Namespace: Content.Shared.NPC
Assembly: Content.Shared.dll
Syntax
public sealed class PathRouteMessage : EntityEventArgs
Constructors
| Improve this Doc View SourcePathRouteMessage(List<DebugPathPoly>, Dictionary<DebugPathPoly, Single>)
Declaration
public PathRouteMessage(List<DebugPathPoly> path, Dictionary<DebugPathPoly, float> costs)
Parameters
Type | Name | Description |
---|---|---|
List<DebugPathPoly> | path | |
Dictionary<DebugPathPoly, System.Single> | costs |
Fields
| Improve this Doc View SourceCosts
Declaration
public Dictionary<DebugPathPoly, float> Costs
Field Value
Type | Description |
---|---|
Dictionary<DebugPathPoly, System.Single> |
Path
Declaration
public List<DebugPathPoly> Path
Field Value
Type | Description |
---|---|
List<DebugPathPoly> |