CCStopGrid action.
Class CCStopGrid
#include <Geode/cocos/actions/CCActionGrid.h>
classCCStopGrid:publiccocos2d::CCActionInstant{ ... }
⚠️ Don't call this action if another grid action is active. Call if you want to remove the the grid effect. Example: CCSequence::actions(Lens::action(...), CCStopGrid::action(...), NULL);
Examples0
Public static methods1
staticcocos2d::CCStopGrid*create()
Allocates and initializes the action
Public member functions1
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided