---------------------------------------------------------------------
| 495 | } |
| 496 | //--------------------------------------------------------------------- |
| 497 | Node *NodeAnimationTrack::getAssociatedNode() const { return mTargetNode; } |
| 498 | //--------------------------------------------------------------------- |
| 499 | void NodeAnimationTrack::setAssociatedNode( Node *node ) { mTargetNode = node; } |
| 500 | //--------------------------------------------------------------------- |
no outgoing calls
no test coverage detected