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

Public Member Functions

 MyBasicObstacle (MyEntity entity)
 
bool Contains (ref Vector3D point)
 
void Update ()
 
void DebugDraw ()
 

Public Attributes

MatrixD m_worldInv
 
Vector3D m_halfExtents
 

Properties

bool Valid [get]
 

Detailed Description

Definition at line 37 of file MyDynamicObstacles.cs.

Constructor & Destructor Documentation

Sandbox.Game.AI.Pathfinding.MyBasicObstacle.MyBasicObstacle ( MyEntity  entity)
inline

Definition at line 47 of file MyDynamicObstacles.cs.

Member Function Documentation

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

Implements Sandbox.Game.AI.Pathfinding.IMyObstacle.

Definition at line 55 of file MyDynamicObstacles.cs.

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

Implements Sandbox.Game.AI.Pathfinding.IMyObstacle.

Definition at line 68 of file MyDynamicObstacles.cs.

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

Implements Sandbox.Game.AI.Pathfinding.IMyObstacle.

Definition at line 62 of file MyDynamicObstacles.cs.

Member Data Documentation

Vector3D Sandbox.Game.AI.Pathfinding.MyBasicObstacle.m_halfExtents

Definition at line 40 of file MyDynamicObstacles.cs.

MatrixD Sandbox.Game.AI.Pathfinding.MyBasicObstacle.m_worldInv

Definition at line 39 of file MyDynamicObstacles.cs.

Property Documentation

bool Sandbox.Game.AI.Pathfinding.MyBasicObstacle.Valid
get

Definition at line 45 of file MyDynamicObstacles.cs.


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