#include <tvu_scene.h>
Inheritance diagram for CTScene::
Public Methods | |
CTScene () | |
Contructors/Destructors. More... | |
virtual | ~CTScene () |
DEFINE_ID_FUNCTIONS (CTScene, CTReferableObject, CLASSNAME_SCENE_ID, CLASSNAME_SCENE) public | |
CTList | GetScenarios () |
List of the actors The scenarios. More... | |
Protected Attributes | |
CTList | m_Actors |
Data How can I be constructed? List of actors in the scene. More... | |
CTList | m_Context |
List of objects of the context. More... | |
CTString | m_ContextName |
CTString | m_CameraName |
Camera. More... | |
CTList | m_Scenarios |
And list of scenarios. More... | |
CTInt | m_Speed |
Speed. More... | |
CTInt | m_Echo |
Echo. More... |
|
Contructors/Destructors.
|
|
List of the actors The scenarios.
00067 { return m_Scenarios; }; |
|
Data How can I be constructed? List of actors in the scene.
|
|
Camera.
|
|
List of objects of the context.
|
|
Echo.
|
|
And list of scenarios.
|
|
Speed.
|