DisableKeyword
7/14/25Less than 1 minute
Material.DisableKeyword(string keyword)
Disables a local shader keyword for this material.
Parameters:
Name | Type | Description |
---|---|---|
keyword | string | The name of the local shader keyword to disable. |
Usage
---@type Material
local material;
---@type string
local keyword;
material.DisableKeyword(keyword)