SKAction.Sequence(SKAction[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an action that sequentially runs the actions in the specified array.
[Foundation.Export("sequence:")]
public static SpriteKit.SKAction Sequence (params SpriteKit.SKAction[] actions);
static member Sequence : SpriteKit.SKAction[] -> SpriteKit.SKAction
Parameters
- actions
- SKAction[]
Returns
- Attributes