SCNSceneRenderer.PrepareAsync(NSObject[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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