Share via


SCNRenderingApi Enumeración

Definición

Enumera los valores que indican las API Metal o OpenGLES2.

[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 = 
Herencia
SCNRenderingApi
Atributos

Campos

Metal 0

Indica que el marco metal se usa para la representación.

OpenGLCore32 2
OpenGLCore41 3
OpenGLES2 1

Indica que la API de OpenGL ES 2.0 se usa para la representación.

OpenGLLegacy 1

Se aplica a