MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getAssociatedNode

Method getAssociatedNode

OgreMain/src/OgreAnimationTrack.cpp:497–497  ·  view source on GitHub ↗

---------------------------------------------------------------------

Source from the content-addressed store, hash-verified

495 }
496 //---------------------------------------------------------------------
497 Node *NodeAnimationTrack::getAssociatedNode() const { return mTargetNode; }
498 //---------------------------------------------------------------------
499 void NodeAnimationTrack::setAssociatedNode( Node *node ) { mTargetNode = node; }
500 //---------------------------------------------------------------------

Callers 4

_applySceneAnimationsMethod · 0.80
writeAnimationTrackMethod · 0.80
_dumpContentsMethod · 0.80
writeAnimationTrackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected