Share via


SCNShadowMode Enum

Definition

Enumeration controlling when shadows are calculated.

[ObjCRuntime.Native]
public enum SCNShadowMode
[<ObjCRuntime.Native>]
type SCNShadowMode = 
Inheritance
SCNShadowMode
Attributes

Fields

Name Value Description
Forward 0

Shadows are calculated during lighting computations.

Deferred 1

Shadows are calculated during post-processing.

Modulated 2

Applies to