SCNShadowMode 枚举

定义

控制何时计算阴影的枚举。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SCNShadowMode
type SCNShadowMode = 
继承
SCNShadowMode
属性

字段

Deferred 1

阴影是在后期处理期间计算的。

Forward 0

阴影是在照明计算期间计算的。

Modulated 2

适用于