SCNAction.Run Method

Definition

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

handler
Action<SCNNode>

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

handler
Action<SCNNode>

Returns

Attributes

Applies to