Manual     Reference     Scripting  
  
Scripting > Enumerations > LightShadows   
  • Menu
  • Overview
  • Runtime Classes
  • Attributes
  • Enumerations
  • Editor Classes
  • Enumerations
  • History
  • Index
  • LightShadows
  • All Members
  • Values
  • Hard
  • None
  • Soft

LightShadows.Hard  

LightShadows.Hard

Description

Cast "hard" shadows (with no shadow filtering).

// Set light to cast hard shadows
light.shadows = LightShadows.Hard;

See Also: light component.