Skip to content

Commit

Permalink
Add missing documentation of OgreSceneNodeComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
bkloster committed May 16, 2013
1 parent 956d404 commit 29f139c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ogre/scene_node_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ class OgreSceneNodeComponent : public Component {
static luabind::scope
luaBindings();

/**
* @brief Pointer to the underlying Ogre::SceneNode
*
* Be careful to only use this in the graphics thread
*/
Ogre::SceneNode* m_sceneNode = nullptr;


Expand Down

0 comments on commit 29f139c

Please sign in to comment.