Space Engineers
Classes | Public Member Functions | Properties | List of all members
Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog Class Reference
Inheritance diagram for Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog:
Sandbox.Game.AI.Pathfinding.IMyPathfindingLog

Public Member Functions

 MyVoxelPathfindingLog (string filename)
 
void Close ()
 
void LogCellAddition (MyVoxelNavigationMesh navMesh, Vector3I cell)
 
void LogCellRemoval (MyVoxelNavigationMesh navMesh, Vector3I cell)
 
void LogStorageWrite (MyVoxelBase map, MyStorageData source, MyStorageDataTypeFlags dataToWrite, Vector3I voxelRangeMin, Vector3I voxelRangeMax)
 
void PerformOneOperation (bool triggerPressed)
 
void DebugDraw ()
 

Properties

int Counter [get]
 

Detailed Description

Definition at line 20 of file MyVoxelPathfindingLog.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.MyVoxelPathfindingLog ( string  filename)
inline

Definition at line 95 of file MyVoxelPathfindingLog.cs.

Member Function Documentation

void Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.Close ( )
inline

Definition at line 167 of file MyVoxelPathfindingLog.cs.

void Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.DebugDraw ( )
inline

Definition at line 196 of file MyVoxelPathfindingLog.cs.

void Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.LogCellAddition ( MyVoxelNavigationMesh  navMesh,
Vector3I  cell 
)
inline

Definition at line 172 of file MyVoxelPathfindingLog.cs.

void Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.LogCellRemoval ( MyVoxelNavigationMesh  navMesh,
Vector3I  cell 
)
inline

Definition at line 177 of file MyVoxelPathfindingLog.cs.

void Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.LogStorageWrite ( MyVoxelBase  map,
MyStorageData  source,
MyStorageDataTypeFlags  dataToWrite,
Vector3I  voxelRangeMin,
Vector3I  voxelRangeMax 
)
inline
void Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.PerformOneOperation ( bool  triggerPressed)
inline

Definition at line 188 of file MyVoxelPathfindingLog.cs.

Property Documentation

int Sandbox.Game.AI.Pathfinding.MyVoxelPathfindingLog.Counter
get

Definition at line 93 of file MyVoxelPathfindingLog.cs.


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