CCReuseGrid action
Class CCReuseGrid
#include <Geode/cocos/actions/CCActionGrid.h>
classCCReuseGrid:publiccocos2d::CCActionInstant{ ... }
Examples0
Public static methods1
staticcocos2d::CCReuseGrid*create(inttimes)
creates an action with the number of times that the current grid will be reused
Public member functions2
boolinitWithTimes(inttimes)
initializes an action with the number of times that the current grid will be reused
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided
Fields1
intm_nTimes;
No description provided