Skip to content

Commit

Permalink
Add SceneNode::getAttachments
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jan 2, 2024
1 parent dd50b3d commit 49bf397
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OgreMain/include/OgreSceneNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ namespace Ogre
/// @copydoc Node::_callMemoryChangeListeners
void _callMemoryChangeListeners() override;

const ObjectVec &getAttachments() { return mAttachments; }

/** Retrieves an iterator which can be used to efficiently step through the objects
attached to this node.
@remarks
Expand Down

0 comments on commit 49bf397

Please sign in to comment.