The delegate class for ActionTween. More...
Inherited by ScrollView.
Public Member Functions | |
virtual void | updateTweenAction (float value, const std::string &key)=0 |
The callback function when ActionTween is running. More... | |
The delegate class for ActionTween.
If you want to use ActionTween on a node. You should implement the node follow these steps:
Then once you running ActionTween on the node, the method updateTweenAction will be invoked.
|
pure virtual |
The callback function when ActionTween is running.
The new value of the specified key. The key of property which should be updated.
Implemented in ScrollView.
|
pure virtual |
The callback function when ActionTween is running.
The new value of the specified key. The key of property which should be updated.
Implemented in ScrollView.
|
pure virtual |
The callback function when ActionTween is running.
The new value of the specified key. The key of property which should be updated.
Implemented in ScrollView.