Freigeben über


SCNRenderingApi Enumeration

Definition

Listet Werte auf, die die Metal- oder OpenGLES2-APIs kennzeichnen.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 11, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNRenderingApi
type SCNRenderingApi = 
Vererbung
SCNRenderingApi
Attribute

Felder

Name Wert Beschreibung
Metal 0

Gibt an, dass das Metal-Framework zum Rendern verwendet wird.

OpenGLES2 1

Gibt an, dass die OpenGL ES 2.0-API zum Rendern verwendet wird.

OpenGLLegacy 1
OpenGLCore32 2
OpenGLCore41 3

Gilt für: