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
Field Detail
Please use cc.splitCols instead
creates the action with the number of columns to split and the duration
Method Detail
-
ctor(duration, cols)Creates the action with the number of columns to split and the duration Constructor of cc.SplitCols
- Parameters:
- {Number} duration
- {Number} cols
-
{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