SCNSceneRenderer_Extensions.PresentSceneAsync Method

Definition

Asynchronously presents the scene, returning a task that represents the operation.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public static System.Threading.Tasks.Task PresentSceneAsync (this SceneKit.ISCNSceneRenderer This, SceneKit.SCNScene scene, SpriteKit.SKTransition transition, SceneKit.SCNNode pointOfView);
static member PresentSceneAsync : SceneKit.ISCNSceneRenderer * SceneKit.SCNScene * SpriteKit.SKTransition * SceneKit.SCNNode -> System.Threading.Tasks.Task

Parameters

This
ISCNSceneRenderer

The instance on which this extension method operates.

scene
SCNScene

The scene to present.

transition
SKTransition

The transistion to use to present the scene.

pointOfView
SCNNode

The point of view to which to present the scene.

Returns

Attributes

Applies to