Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.