SCNSceneRenderer_Extensions.PrepareAsync Method

Definition

Asynchronously prepares content for smoothly rendering a new animated scene, returning a task that indicates whether scene preparation succeeded.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public static System.Threading.Tasks.Task<bool> PrepareAsync (this SceneKit.ISCNSceneRenderer This, Foundation.NSObject[] objects);
static member PrepareAsync : SceneKit.ISCNSceneRenderer * Foundation.NSObject[] -> System.Threading.Tasks.Task<bool>

Parameters

This
ISCNSceneRenderer

The instance on which this extension method operates.

objects
NSObject[]

The objects to prepare.

Returns

Attributes

Applies to