SKAction.Run 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.
Overloads
Run(Action, DispatchQueue) |
Creates an action that runs another action on a dispatch queue. |
Run(Action) |
Creates an action that runs another action on a node. |
Run(Action, DispatchQueue)
Creates an action that runs another action on a dispatch queue.
[Foundation.Export("runBlock:queue:")]
public static SpriteKit.SKAction Run (Action block, CoreFoundation.DispatchQueue queue);
static member Run : Action * CoreFoundation.DispatchQueue -> SpriteKit.SKAction
Parameters
- block
- Action
- queue
- DispatchQueue
Returns
- Attributes
Applies to
Run(Action)
Creates an action that runs another action on a node.
[Foundation.Export("runBlock:")]
public static SpriteKit.SKAction Run (Action block);
static member Run : Action -> SpriteKit.SKAction
Parameters
- block
- Action
Returns
- Attributes