Space Engineers
Public Attributes | List of all members
Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo Struct Reference

Public Attributes

bool NewCell
 
int OldStartingIndex
 
ushort OldComponentNum
 
int StartingIndex
 
ushort ComponentNum
 
Base6Directions.DirectionFlags ExploredDirections
 

Detailed Description

Definition at line 32 of file MyNavmeshComponents.cs.

Member Data Documentation

ushort Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo.ComponentNum

Definition at line 41 of file MyNavmeshComponents.cs.

Base6Directions.DirectionFlags Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo.ExploredDirections

Definition at line 42 of file MyNavmeshComponents.cs.

bool Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo.NewCell

Definition at line 34 of file MyNavmeshComponents.cs.

ushort Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo.OldComponentNum

Definition at line 38 of file MyNavmeshComponents.cs.

int Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo.OldStartingIndex

Definition at line 37 of file MyNavmeshComponents.cs.

int Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.ClosedCellInfo.StartingIndex

Definition at line 40 of file MyNavmeshComponents.cs.


The documentation for this struct was generated from the following file: