Show / Hide Table of Contents

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 Source

PathRouteMessage(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 Source

Costs

Declaration
public Dictionary<DebugPathPoly, float> Costs
Field Value
Type Description
Dictionary<DebugPathPoly, System.Single>
| Improve this Doc View Source

Path

Declaration
public List<DebugPathPoly> Path
Field Value
Type Description
List<DebugPathPoly>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾