LanguageEnglish
  • C#
  • JS

Script language

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

This version of Unity is unsupported.

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.

See Also: QualitySettings.shadows, Light.shadows.

Properties

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