Method GetMaterialKeywords
GetMaterialKeywords(out List<string>, out List<string>)
Get the enabled and disabled shader keywords for the Material.
Declaration
public virtual void GetMaterialKeywords(out List<string> enabledKeywords, out List<string> disabledKeywords)
Parameters
| Type | Name | Description |
|---|---|---|
| List<string> | enabledKeywords | The keywords to enable for the Material. |
| List<string> | disabledKeywords | The keywords to disable for the Material. |