Version: 2019.3
LanguageEnglish
  • C#

ShaderKeywordType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Type of a shader keyword, eg: built-in or user defined.

See Also: ShaderKeyword.

Properties

NoneNo type is assigned.
BuiltinDefaultThe keyword is built-in the runtime and it is systematically reserved.
BuiltinExtraThe keyword is built-in the runtime and it is optionally reserved depending on the features used.
BuiltinAutoStrippedThe keyword is built-in the runtime and can be automatically stripped if unusued.
UserDefinedThe keyword is defined by the user.