次の方法で共有


SCNRenderingApi 列挙型

定義

Metal または OpenGLES2 API を示す値を列挙します。

[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 = 
継承
SCNRenderingApi
属性

フィールド

Metal 0

レンダリングに Metal フレームワークが使用されることを示します。

OpenGLCore32 2
OpenGLCore41 3
OpenGLES2 1

OpenGL ES 2.0 API がレンダリングに使用されることを示します。

OpenGLLegacy 1

適用対象