This is the documentation for Enlighten.
struct Enlighten ExporterAxes
struct Enlighten::ExporterAxes
The permutation of the "axes" attribute of the <scene> element of the .scene file Use this to enable the Enlighten debugging tools to display your scene correctly.
Variables
Name | Description |
|---|---|
ExporterAxis m_Forward | The axis pointing forward. |
ExporterAxis m_Left | The axis pointing leftward. |
ExporterAxis m_Up | The axis pointing upward. |
Functions
Name | Description |
|---|---|
The default values. | |
Constructor. |
static ExporterAxes Enlighten::ExporterAxes::Default
public: ExporterAxes Default()
The default values.
Enlighten::ExporterAxes::ExporterAxes
public: ExporterAxes
(
ExporterAxis forward,
ExporterAxis left,
ExporterAxis up
)
Constructor.