SCNLight.ShadowMode Property

Definition

Gets or sets a value that controls how and when shadows are rendered by the rendering engine.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual SceneKit.SCNShadowMode ShadowMode { [Foundation.Export("shadowMode")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] get; [Foundation.Export("setShadowMode:")] [ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 10, ObjCRuntime.PlatformArchitecture.All, null)] set; }
member this.ShadowMode : SceneKit.SCNShadowMode with get, set

Property Value

Attributes

Applies to