| 1668 | } |
| 1669 | |
| 1670 | void Node::setInterval( Actions::Runnable::RunnableFunc runnable, const Time& interval, |
| 1671 | const Action::UniqueID& uniqueIdentifier ) { |
| 1672 | Action* action = Actions::Runnable::New( std::move( runnable ), interval, true ); |
| 1673 | action->setTag( uniqueIdentifier ); |
| 1674 | runAction( action ); |
| 1675 | } |
| 1676 | |
| 1677 | Transform Node::getLocalTransform() const { |
| 1678 | return getTransform(); |