Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Renderer.shadowCastingMode

public Rendering.ShadowCastingMode shadowCastingMode;

Description

Does this object cast shadows?

ShadowCastingMode enum defines how and if shadows are cast from this object. Typically shadows are either cast or not, but it's also possible to make shadows two-sided (useful for otherwise single-sided geometry) or make a shadows-only object (that is otherwise invisible in the scene, but casts a shadow).

See Also: ShadowCastingMode, receiveShadows, Light.shadows.

Did you find this page useful? Please give it a rating: