enum ShaderParameterFlag
Flags used to further describe a shader parameter.
Values
| Name | Value | Description |
|---|---|---|
None |
0 |
|
Internal |
1 |
Parameter is for internal use by the renderer and isn't expected to be set by the user. |
HideInInspector |
2 |
Parameter should not be displayed in the editor inspector. |
HDR |
4 |
Allows the color parameter to be edited using the HDR color picker. |