Space Engineers
Public Member Functions | List of all members
Sandbox.Game.AI.Pathfinding.MyGridObstacle Class Reference
Inheritance diagram for Sandbox.Game.AI.Pathfinding.MyGridObstacle:
Sandbox.Game.AI.Pathfinding.IMyObstacle

Public Member Functions

 MyGridObstacle (MyCubeGrid grid)
 
bool Contains (ref Vector3D point)
 
void Update ()
 
void DebugDraw ()
 

Detailed Description

Definition at line 82 of file MyDynamicObstacles.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.Pathfinding.MyGridObstacle.MyGridObstacle ( MyCubeGrid  grid)
inline

Definition at line 90 of file MyDynamicObstacles.cs.

Member Function Documentation

bool Sandbox.Game.AI.Pathfinding.MyGridObstacle.Contains ( ref Vector3D  point)
inline

Implements Sandbox.Game.AI.Pathfinding.IMyObstacle.

Definition at line 123 of file MyDynamicObstacles.cs.

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

Implements Sandbox.Game.AI.Pathfinding.IMyObstacle.

Definition at line 161 of file MyDynamicObstacles.cs.

void Sandbox.Game.AI.Pathfinding.MyGridObstacle.Update ( )
inline

Implements Sandbox.Game.AI.Pathfinding.IMyObstacle.

Definition at line 155 of file MyDynamicObstacles.cs.


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