Class cc.SplitCols
- Defined in: CCActionTiledGrid.js
- Extends cc.TiledGrid3DAction
Constructor Attributes | Constructor Name and Description |
---|---|
cc.SplitCols action
|
Method Summary
Class Detail
cc.SplitCols()
cc.SplitCols action
Method Detail
-
creates the action with the number of columns to split and the duration
- Parameters:
- {Number} duration
- {Number} cols
- Returns:
- {cc.SplitCols}
-
{Boolean} initWithDuration(duration, cols)initializes the action with the number of columns to split and the duration
- Parameters:
- {Number} duration
- {Number} cols
- Returns:
- {Boolean}
-
startWithTarget(target)
- Parameters:
- {cc.Node} target