Space Engineers
Classes | Public Member Functions | Properties | List of all members
Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints Class Reference

Calculates and draws rotation hints. More...

Public Member Functions

 MyBlockBuilderRotationHints ()
 
void Clear ()
 
void ReleaseRenderData ()
 
void CalculateRotationHints (MatrixD drawMatrix, BoundingBoxD worldBox, bool draw, bool fixedAxes=false, bool hideForwardAndUpArrows=false)
 

Properties

int RotationRightAxis [get]
 
int RotationRightDirection [get]
 
int RotationUpAxis [get]
 
int RotationUpDirection [get]
 
int RotationForwardAxis [get]
 
int RotationForwardDirection [get]
 

Detailed Description

Calculates and draws rotation hints.

Definition at line 27 of file MyBlockBuilderRotationHints.cs.

Constructor & Destructor Documentation

Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.MyBlockBuilderRotationHints ( )
inline

Definition at line 49 of file MyBlockBuilderRotationHints.cs.

Member Function Documentation

void Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.CalculateRotationHints ( MatrixD  drawMatrix,
BoundingBoxD  worldBox,
bool  draw,
bool  fixedAxes = false,
bool  hideForwardAndUpArrows = false 
)
inline

Definition at line 126 of file MyBlockBuilderRotationHints.cs.

void Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.Clear ( )
inline

Definition at line 111 of file MyBlockBuilderRotationHints.cs.

void Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.ReleaseRenderData ( )
inline

Definition at line 121 of file MyBlockBuilderRotationHints.cs.

Property Documentation

int Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.RotationForwardAxis
get

Definition at line 35 of file MyBlockBuilderRotationHints.cs.

int Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.RotationForwardDirection
get

Definition at line 36 of file MyBlockBuilderRotationHints.cs.

int Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.RotationRightAxis
get

Definition at line 31 of file MyBlockBuilderRotationHints.cs.

int Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.RotationRightDirection
get

Definition at line 32 of file MyBlockBuilderRotationHints.cs.

int Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.RotationUpAxis
get

Definition at line 33 of file MyBlockBuilderRotationHints.cs.

int Sandbox.Game.Entities.Cube.MyBlockBuilderRotationHints.RotationUpDirection
get

Definition at line 34 of file MyBlockBuilderRotationHints.cs.


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