MaterialDisableKeywordOn this pageMaterial.DisableKeyword(string keyword) Disables a local shader keyword for this material. Parameters: NameTypeDescriptionkeywordstringThe name of the local shader keyword to disable. Usage ---@type Materiallocal material;---@type stringlocal keyword;material.DisableKeyword(keyword)