Class Keyword
Represents a shader keyword, and whether it is present or not.
[Serializable]
public sealed class Keyword
- Inheritance
-
Keyword
- Inherited Members
Fields
enabled
Whether the keyword is enabled in the shader or not.
public bool enabled
Field Value
name
The keyword.
public string name