Ogre2SceneExt Class Reference
Ogre2 implementation of the scene extension API. More...
#include <Ogre2Scene.hh>
Public Member Functions | |
Ogre2SceneExt (Scene *_scene) | |
Constructor. More... | |
virtual ObjectPtr | CreateExt (const std::string &_type, const std::string &_name="") override |
Generic create function. More... | |
Public Member Functions inherited from SceneExt | |
SceneExt (Scene *_scene) | |
Constructor. More... | |
~SceneExt ()=default | |
Destructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from SceneExt | |
Scene * | scene {nullptr} |
Pointer to scene. More... | |
Detailed Description
Ogre2 implementation of the scene extension API.
Constructor & Destructor Documentation
◆ Ogre2SceneExt()
Ogre2SceneExt | ( | Scene * | _scene | ) |
Constructor.
- Parameters
-
[in] _scene Pointer to scene
Member Function Documentation
◆ CreateExt()
|
overridevirtual |
Generic create function.
- Parameters
-
[in] _type Type of object to create [in] _name Name of object
Reimplemented from SceneExt.
The documentation for this class was generated from the following file: