Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

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

Shader.EnableKeyword

Switch to Manual
public static void EnableKeyword(string keyword);

Description

Set a global shader keyword.

Shaders can be internally compiled into multiple variants, and then the matching one is picked based on material keywords (Material.EnableKeyword and Material.DisableKeyword), or globally set shader keywords (EnableKeyword and DisableKeyword).

See Also: DisableKeyword, multiple shader program variants.

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