CCActionSpawn Class Reference
| Inherits from | CCActionInterval : CCActionFiniteTime : CCAction : NSObject |
| Conforms to | NSCopying |
| Declared in | CCActionInterval.h |
Class Methods
actionOne:two:
Creates the Spawn action from two actions
+ (id)actionOne:(CCActionFiniteTime *)one two:(CCActionFiniteTime *)twoParameters
- one
Action one.
- two
Action two.
Return Value
New action spawn.
Declared In
CCActionInterval.hactionWithArray:
Helper constructor to create an array of spawned actions given an array.
+ (id)actionWithArray:(NSArray *)arrayOfActionsParameters
- arrayOfActions
Array of actions to spawn.
Return Value
New action spawn.
Declared In
CCActionInterval.h