Class GridPathfindingChunk
Inheritance
System.Object
GridPathfindingChunk
Assembly: Content.Server.dll
Syntax
public sealed class GridPathfindingChunk : object
Constructors
|
Improve this Doc
View Source
GridPathfindingChunk()
Declaration
public GridPathfindingChunk()
Fields
|
Improve this Doc
View Source
Origin
Declaration
Field Value
Type |
Description |
Vector2i |
|
|
Improve this Doc
View Source
Points
Declaration
public readonly PathfindingBreadcrumb[, ] Points
Field Value
|
Improve this Doc
View Source
Polygons
Declaration
public readonly List<PathPoly>[] Polygons
Field Value
|
Improve this Doc
View Source
PortalPolys
The relevant polygon for this chunk's portals
Declaration
public readonly Dictionary<PathPortal, PathPoly> PortalPolys
Field Value
|
Improve this Doc
View Source
Portals
Declaration
public readonly List<PathPortal> Portals
Field Value