enumeration
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.
CloseFor 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.
CloseType of a shader keyword, eg: built-in or user defined.
See Also: ShaderKeyword.
None | No type is assigned. |
BuiltinDefault | The keyword is built-in the runtime and it is systematically reserved. |
UserDefined | The keyword is defined by the user. |
Plugin | The keyword is created by a shader compiler plugin. |