MaterialEnableKeywordOn this pageMaterial.EnableKeyword(string keyword) Enables a local shader keyword for this material. Parameters: NameTypeDescriptionkeywordstringThe name of the local shader keyword to enable. Usage ---@type Materiallocal material;---@type stringlocal keyword;material.EnableKeyword(keyword)