9 #ifndef RAMSES_SCENECONFIG_H
10 #define RAMSES_SCENECONFIG_H
56 class SceneConfigImpl&
impl;
#define RAMSES_API
Definition: APIExport.h:35
The SceneConfig holds a set of parameters to be used when creating a scene.
Definition: SceneConfig.h:22
virtual ~SceneConfig()
Destructor of SceneConfig.
SceneConfig()
Empty constructor of SceneConfig - has default values.
SceneConfig(const SceneConfig &other)
Copy constructor of SceneConfig.
class SceneConfigImpl & impl
Definition: SceneConfig.h:56
status_t setPublicationMode(EScenePublicationMode publicationMode)
Set the publication mode that will be used for this scene.
The StatusObject provides status message handling.
Definition: StatusObject.h:22
The RAMSES namespace contains all client side objects and functions used to implement RAMSES applicat...
Definition: AnimatedProperty.h:15
EScenePublicationMode
Definition: EScenePublicationMode.h:21
uint32_t status_t
Status is a handle to the result of an API call.
Definition: RamsesFrameworkTypes.h:26