SCNSceneRenderer.PrepareAsync(NSObject[]) Method

Definition

Caution

Use 'SCNSceneRenderer_Extensions.PrepareAsync' instead.

Prepares the provided objects for rendering on a background thread.

[System.Obsolete("Use 'SCNSceneRenderer_Extensions.PrepareAsync' instead.")]
public virtual System.Threading.Tasks.Task<bool> PrepareAsync (Foundation.NSObject[] objects);
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>.

Attributes

Applies to