共用方式為


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

適用於