Class PathResultEvent
Stores the final result of a pathfinding request
Inheritance
System.Object
PathResultEvent
Namespace: Content.Server.NPC.Pathfinding
Assembly: Content.Server.dll
Syntax
public sealed class PathResultEvent : object
Constructors
| Improve this Doc View SourcePathResultEvent(PathResult, List<PathPoly>)
Declaration
public PathResultEvent(PathResult result, List<PathPoly> path)
Parameters
Type | Name | Description |
---|---|---|
PathResult | result | |
List<PathPoly> | path |
Fields
| Improve this Doc View SourcePath
Declaration
public readonly List<PathPoly> Path
Field Value
Type | Description |
---|---|
List<PathPoly> |
Result
Declaration
public PathResult Result
Field Value
Type | Description |
---|---|
PathResult |