This version of Unity is unsupported.

ShadowCastingMode

enumeration

Description

How shadows are cast from this object.

Additional resources: Renderer.shadowCastingMode.

Properties

OffNo shadows are cast from this object.
OnShadows are cast from this object.
TwoSidedShadows are cast from this object, treating it as two-sided.
ShadowsOnlyObject casts shadows, but is otherwise invisible in the Scene.