Configurable preview properties. More...
#include <user/preview/kzu_preview_system.h>
Public Attributes | |
| bool | gridEnabled |
| If KZ_TRUE, the grid is enabled by default in the preview system. More... | |
| bool | debugObjectsEnabled |
| Are debug objects enabled by default in the preview system. More... | |
| bool | freeCameraEnabled |
| Is free camera enabled by default in the preview system. More... | |
| bool | pickingEnabled |
| Is picking enabled by default in the preview system. More... | |
| bool | transformGizmoEnabled |
| Is transform gizmo enabled by default in the preview system. More... | |
| bool | boundingBoxEnabled |
| Is bounding box enabled by default in the preview system. More... | |
| bool | fpsInfoEnabled |
| Is FPS info enabled by default in the preview system. More... | |
| bool | logVisualizationEnabled |
| If KZ_TRUE, the application log is drawn in the preview system. More... | |
| bool | overdrawVisualizationEnabled |
| Is overdraw visualization enabled. More... | |
| bool | animationVisualizationEnabled |
| Is animation visualization enabled. More... | |
| bool | functionCallProfilingEnabled |
| Is function call specific profiling enabled. More... | |
| bool | loadingTimeProfilingEnabled |
| Is loading time profiling enabled. More... | |
| bool | previewSystemEnabled |
| Is the preview system enabled by default. More... | |
| bool | extensionOutputEnabled |
| Is the list of graphics related extensions printed when launching the application, useful for debugging which extensions are supported by platform. More... | |
| bool | propertyOutputEnabled |
| Is the list of graphics related properties printed when launching the application, useful for debugging. More... | |
| bool | informationOutputEnabled |
| Is the list of graphics related information printed when launching the application, useful for debugging. More... | |
Configurable preview properties.
| bool KzuPreviewProperties::gridEnabled |
| bool KzuPreviewProperties::debugObjectsEnabled |
Are debug objects enabled by default in the preview system.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::freeCameraEnabled |
| bool KzuPreviewProperties::pickingEnabled |
| bool KzuPreviewProperties::transformGizmoEnabled |
| bool KzuPreviewProperties::boundingBoxEnabled |
Is bounding box enabled by default in the preview system.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::fpsInfoEnabled |
Is FPS info enabled by default in the preview system.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::logVisualizationEnabled |
| bool KzuPreviewProperties::overdrawVisualizationEnabled |
Is overdraw visualization enabled.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::animationVisualizationEnabled |
Is animation visualization enabled.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::functionCallProfilingEnabled |
| bool KzuPreviewProperties::loadingTimeProfilingEnabled |
Is loading time profiling enabled.
When KZ_TRUE, after the startup prints to the console a duration of loading times.
| bool KzuPreviewProperties::previewSystemEnabled |
| bool KzuPreviewProperties::extensionOutputEnabled |
Is the list of graphics related extensions printed when launching the application, useful for debugging which extensions are supported by platform.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::propertyOutputEnabled |
Is the list of graphics related properties printed when launching the application, useful for debugging.
The default value is KZ_FALSE.
| bool KzuPreviewProperties::informationOutputEnabled |
Is the list of graphics related information printed when launching the application, useful for debugging.
The default value is KZ_FALSE.