SCNSceneRenderer_Extensions.PrepareAsync 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.
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