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

ShadowQuality

enumeration

Description

Determines which type of shadows should be used.

The available options are Hard and Soft Shadows, Hard Shadows Only and Disable Shadows.

Additional resources: QualitySettings.shadows, Light.shadows.

Properties

DisableDisable Shadows.
HardOnlyHard Shadows Only.
AllHard and Soft Shadows.