|
Kanzi Graphics Engine
|
Property accessors for KzuScene. More...
#include "kzu_scene.h"#include <system/kzs_types.h>#include <system/debug/kzs_error.h>#include <system/kzs_header.h>Functions | |
| kzString | kzuSceneGetStartupScriptFunctionName (const struct KzuScene *scene) |
| Gets the value of property StartupScriptFunctionName in scene. More... | |
| kzsError | kzuSceneSetStartupScriptFunctionName (const struct KzuScene *scene, kzString value) |
| Sets the value of property StartupScriptFunctionName in scene. More... | |
| struct KzuCameraNode * | kzuSceneGetDefaultPickingCamera (const struct KzuScene *scene) |
| Gets the value of property DefaultPickingCamera in scene. More... | |
| kzsError | kzuSceneSetDefaultPickingCamera (const struct KzuScene *scene, void *value) |
| Sets the value of property DefaultPickingCamera in scene. More... | |
| struct KzuCameraNode * | kzuSceneGetDefaultCamera (const struct KzuScene *scene) |
| Gets the value of property DefaultCamera in scene. More... | |
| kzsError | kzuSceneSetDefaultCamera (const struct KzuScene *scene, void *value) |
| Sets the value of property DefaultCamera in scene. More... | |
| void * | kzuSceneGetOverrideCamera (const struct KzuScene *scene) |
| Gets the value of property OverrideCamera in scene. More... | |
| kzsError | kzuSceneSetOverrideCamera (const struct KzuScene *scene, void *value) |
| Sets the value of property OverrideCamera in scene. More... | |
Property accessors for KzuScene.
Copyright 2008-2019 by Rightware. All rights reserved.
Gets the value of property StartupScriptFunctionName in scene.
Sets the value of property StartupScriptFunctionName in scene.
| struct KzuCameraNode* kzuSceneGetDefaultPickingCamera | ( | const struct KzuScene * | scene) |
Gets the value of property DefaultPickingCamera in scene.
Sets the value of property DefaultPickingCamera in scene.
| struct KzuCameraNode* kzuSceneGetDefaultCamera | ( | const struct KzuScene * | scene) |
Gets the value of property DefaultCamera in scene.
Sets the value of property DefaultCamera in scene.
Gets the value of property OverrideCamera in scene.