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

Public Member Functions

override string ToString ()
 

Public Attributes

int StartingIndex
 
ushort ComponentNum
 
Base6Directions.DirectionFlags ExploredDirections
 

Detailed Description

Definition at line 20 of file MyNavmeshComponents.cs.

Member Function Documentation

override string Sandbox.Game.AI.Pathfinding.MyNavmeshComponents.CellInfo.ToString ( )
inline

Definition at line 26 of file MyNavmeshComponents.cs.

Member Data Documentation

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

Definition at line 23 of file MyNavmeshComponents.cs.

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

Definition at line 24 of file MyNavmeshComponents.cs.

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

Definition at line 22 of file MyNavmeshComponents.cs.


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