Struct PathfindingBoundary
Boundary around a navigation region.
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
Fields
|
Improve this Doc
View Source
Breadcrumbs
Declaration
public List<PathfindingBreadcrumb> Breadcrumbs
Field Value
|
Improve this Doc
View Source
Closed
Is it a closed loop or is it a special-case chain (e.g. thindows).
Declaration
Field Value
Type |
Description |
System.Boolean |
|