Share via


SCNView.PrepareAsync(NSObject[]) Method

Definition

Prepares the provided objects for rendering on a background thread.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual System.Threading.Tasks.Task<bool> PrepareAsync(Foundation.NSObject[] objects);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member PrepareAsync : Foundation.NSObject[] -> System.Threading.Tasks.Task<bool>
override this.PrepareAsync : 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>.

Implements

Attributes

Applies to