Skip to main content

Enumeration: ShadowCastingMode

Supported shadow casting modes for a renderable component.

Enumeration Members

Off

Off: 0;

No shadows are cast from this object.


On

On: 1;

Shadows are cast from this object.


TwoSided

TwoSided: 2;

Shadows are cast from this object, treating it as two-sided.


ShadowsOnly

ShadowsOnly: 3;

Object casts shadows, but is otherwise invisible in the Scene.