Show / Hide Table of Contents

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 Source

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

Path

Declaration
public readonly List<PathPoly> Path
Field Value
Type Description
List<PathPoly>
| Improve this Doc View Source

Result

Declaration
public PathResult Result
Field Value
Type Description
PathResult
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾