Variables | |
| static PropertyType< string > | MessageArgumentPreloadResourcesResourceDictionariesProperty |
| MessageArgumentPreloadResourcesResourceDictionaries property. More... | |
| static PropertyType< string > | MessageArgumentPreloadResourcesTaskNameProperty |
| MessageArgumentPreloadResourcesTaskName property. More... | |
| 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< ResourceID > | WindowBackgroundAnimationProperty |
| WindowBackgroundAnimation property. More... | |
| static PropertyType< string > | WindowBackgroundAnimationTargetProperty |
| WindowBackgroundAnimationTarget 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.
| ResourceID getWindowBackgroundAnimationResourceID | ( | ) | const |
Gets the value of WindowBackgroundAnimationProperty.
| void setWindowBackgroundAnimationResourceID | ( | ResourceID | value | ) |
Sets the value of WindowBackgroundAnimationProperty.
| string getWindowBackgroundAnimationTarget | ( | ) | const |
Gets the value of WindowBackgroundAnimationTargetProperty.
| void setWindowBackgroundAnimationTarget | ( | string | value | ) |
Sets the value of WindowBackgroundAnimationTargetProperty.
| ColorRGBA getClearColor | ( | ) | const |
Gets the value of ClearColorProperty.
| void setClearColor | ( | ColorRGBA | value | ) |
Sets the value of ClearColorProperty.
|
static |
MessageArgumentPreloadResourcesResourceDictionaries property.
The default value is "".
|
static |
MessageArgumentPreloadResourcesTaskName property.
The default value is "".
|
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 |
WindowBackgroundAnimation property.
The default value is ResourceID().
|
static |
WindowBackgroundAnimationTarget property.
The default value is "".
|
static |
ClearColor property.
The default value is ColorRGBA(0.0f, 0.0f, 0.0f, 1.0f).