Show / Hide Table of Contents

Class GridPathfindingChunk

Inheritance
System.Object
GridPathfindingChunk
Namespace: Content.Server.NPC.Pathfinding
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
public Vector2i Origin
Field Value
Type Description
Vector2i
| Improve this Doc View Source

Points

Declaration
public readonly PathfindingBreadcrumb[, ] Points
Field Value
Type Description
PathfindingBreadcrumb[,]
| Improve this Doc View Source

Polygons

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

PortalPolys

The relevant polygon for this chunk's portals

Declaration
public readonly Dictionary<PathPortal, PathPoly> PortalPolys
Field Value
Type Description
Dictionary<PathPortal, PathPoly>
| Improve this Doc View Source

Portals

This chunk's portals.

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