-
-
Notifications
You must be signed in to change notification settings - Fork 123
ShaderGUIExtensions
Matt Dean edited this page Jan 28, 2020
·
1 revision
BACK > Scripting API
Various extension methods used by kShading's ShaderGUI classes.
return bool
Determine if current material is using specular WorkflowMode
.
Argument | Type | Description |
---|---|---|
material | Material | Material to test. |
return void
Sets keyword
on current Material to value
.
Argument | Type | Description |
---|---|---|
material | Material | Material to set keyword on. |
keyword | string | Keyword string to set. |
value | bool | Value to set keyword. |