Variables | |
static PropertyType< Screen::WindowMetricsType > | WindowMetricsTypeProperty |
WindowMetricsType property. More... | |
static PropertyType< float > | WindowWidthProperty |
WindowWidth property. More... | |
static PropertyType< float > | WindowHeightProperty |
WindowHeight property. More... | |
static PropertyType< KzsWindowOrientation > | WindowOrientationProperty |
WindowOrientation property. More... | |
static PropertyType< string > | HostNameProperty |
HostName property. More... | |
static PropertyType< ColorRGBA > | ClearColorProperty |
ClearColor property. More... | |
Screen::WindowMetricsType getWindowMetricsType | ( | ) | const |
Gets the value of WindowMetricsTypeProperty.
void setWindowMetricsType | ( | Screen::WindowMetricsType | value | ) |
Sets the value of WindowMetricsTypeProperty.
float getWindowWidth | ( | ) | const |
Gets the value of WindowWidthProperty.
void setWindowWidth | ( | float | value | ) |
Sets the value of WindowWidthProperty.
float getWindowHeight | ( | ) | const |
Gets the value of WindowHeightProperty.
void setWindowHeight | ( | float | value | ) |
Sets the value of WindowHeightProperty.
KzsWindowOrientation getWindowOrientation | ( | ) | const |
Gets the value of WindowOrientationProperty.
void setWindowOrientation | ( | KzsWindowOrientation | value | ) |
Sets the value of WindowOrientationProperty.
string getHostName | ( | ) | const |
Gets the value of HostNameProperty.
void setHostName | ( | string | value | ) |
Sets the value of HostNameProperty.
ColorRGBA getClearColor | ( | ) | const |
Gets the value of ClearColorProperty.
void setClearColor | ( | ColorRGBA | value | ) |
Sets the value of ClearColorProperty.
|
static |
WindowMetricsType property.
The default value is Screen::WindowMetricsRelative.
|
static |
|
static |
|
static |
WindowOrientation property.
The default value is KZS_WINDOW_ORIENTATION_LANDSCAPE.
|
static |
HostName property.
Containes the name of the host the node originates from. The default value is "".
|
static |
ClearColor property.
The default value is ColorRGBA(0.0f, 0.0f, 0.0f, 1.0f).