Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys Class Reference

Local coord system. More...

Public Member Functions

 MyLocalCoordSys (int size=LOCAL_COORD_SIZE)
 
 MyLocalCoordSys (MyTransformD origin, int size=LOCAL_COORD_SIZE)
 
bool Contains (ref Vector3D vec)
 
void Draw ()
 

Properties

MyTransformD Origin [get]
 Gets origin transformation of the coord system. More...
 
long EntityConuter [get, set]
 Indicates how many entities are in this coord system. More...
 
Color RenderColor [get, set]
 Color of the bounding box. More...
 
long Id [get, set]
 Id if this coord system More...
 

Detailed Description

Local coord system.

Definition at line 15 of file MyLocalCoordSys.cs.

Constructor & Destructor Documentation

Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.MyLocalCoordSys ( int  size = LOCAL_COORD_SIZE)
inline

Definition at line 61 of file MyLocalCoordSys.cs.

Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.MyLocalCoordSys ( MyTransformD  origin,
int  size = LOCAL_COORD_SIZE 
)
inline

Definition at line 75 of file MyLocalCoordSys.cs.

Member Function Documentation

bool Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.Contains ( ref Vector3D  vec)
inline

Definition at line 98 of file MyLocalCoordSys.cs.

void Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.Draw ( )
inline

Definition at line 103 of file MyLocalCoordSys.cs.

Property Documentation

long Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.EntityConuter
getset

Indicates how many entities are in this coord system.

Definition at line 47 of file MyLocalCoordSys.cs.

long Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.Id
getset

Id if this coord system

Definition at line 59 of file MyLocalCoordSys.cs.

MyTransformD Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.Origin
get

Gets origin transformation of the coord system.

Definition at line 42 of file MyLocalCoordSys.cs.

Color Sandbox.Game.GameSystems.CoordinateSystem.MyLocalCoordSys.RenderColor
getset

Color of the bounding box.

Definition at line 54 of file MyLocalCoordSys.cs.


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