SceneExt Class Reference
Scene Extension class. Provides API extension to the Scene class without breaking ABI. More...
#include <SceneExt.hh>
Public Member Functions | |
SceneExt (Scene *_scene) | |
Constructor. More... | |
~SceneExt ()=default | |
Destructor. More... | |
virtual ObjectPtr | CreateExt (const std::string &_type, const std::string &_name="") |
Generic create function. More... | |
Protected Attributes | |
Scene * | scene {nullptr} |
Pointer to scene. More... | |
Detailed Description
Constructor & Destructor Documentation
◆ SceneExt()
◆ ~SceneExt()
|
default |
Destructor.
Member Function Documentation
◆ CreateExt()
|
inlinevirtual |
Generic create function.
- Parameters
-
[in] _type Type of object to create [in] _name Name of object
Reimplemented in Ogre2SceneExt, and OgreSceneExt.
Member Data Documentation
◆ scene
|
protected |
Pointer to scene.
Referenced by SceneExt::SceneExt().
The documentation for this class was generated from the following file: