Freigeben über


SCNView.PrepareAsync(NSObject[]) Methode

Definition

Bereitet Inhalte asynchron für das reibungslose Rendern einer neuen animierten Szene vor und gibt eine Aufgabe zurück, die angibt, ob die Szenenvorbereitung erfolgreich war.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<bool> PrepareAsync (Foundation.NSObject[] objects);
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 8, ObjCRuntime.PlatformArchitecture.All, null)]
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>

Parameter

objects
NSObject[]

Die vorzubereitenden Objekte.

Gibt zurück

Attribute

Gilt für: