Share via


SCNSceneRenderer_Extensions.PrepareAsync Method

Definition

Prepares the provided objects for rendering on a background thread.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static System.Threading.Tasks.Task<bool> PrepareAsync(this SceneKit.ISCNSceneRenderer This, Foundation.NSObject[] objects);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member PrepareAsync : SceneKit.ISCNSceneRenderer * Foundation.NSObject[] -> System.Threading.Tasks.Task<bool>

Parameters

objects
NSObject[]

The objects to prepare.

Returns

A task that represents the asynchronous Prepare operation. The value of the TResult parameter is of type System.Action<System.Boolean>.

Attributes

Applies to