mirror of https://github.com/axmolengine/axmol.git
change comment
This commit is contained in:
parent
b553828ed2
commit
c096743325
|
@ -127,7 +127,7 @@ public:
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Play animation by index, the other param is the same to play.
|
* Play animation by index, the other param is the same to play.
|
||||||
* Deprecated, please use
|
* Deprecated, please use playWithIndex
|
||||||
* @param animationIndex the animation index you want to play
|
* @param animationIndex the animation index you want to play
|
||||||
*/
|
*/
|
||||||
CC_DEPRECATED_ATTRIBUTE virtual void playByIndex(int animationIndex, int durationTo = -1, int loop = -1);
|
CC_DEPRECATED_ATTRIBUTE virtual void playByIndex(int animationIndex, int durationTo = -1, int loop = -1);
|
||||||
|
|
Loading…
Reference in New Issue