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