Show / Hide Table of Contents

Struct PathfindingBoundary

Boundary around a navigation region.

Namespace: Content.Shared.NPC
Assembly: Content.Shared.dll
Syntax
public struct PathfindingBoundary

Constructors

| Improve this Doc View Source

PathfindingBoundary(Boolean, List<PathfindingBreadcrumb>)

Declaration
public PathfindingBoundary(bool closed, List<PathfindingBreadcrumb> crumbs)
Parameters
Type Name Description
System.Boolean closed
List<PathfindingBreadcrumb> crumbs

Fields

| Improve this Doc View Source

Breadcrumbs

Declaration
public List<PathfindingBreadcrumb> Breadcrumbs
Field Value
Type Description
List<PathfindingBreadcrumb>
| Improve this Doc View Source

Closed

Is it a closed loop or is it a special-case chain (e.g. thindows).

Declaration
public bool Closed
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾