Method IsKeywordMixedValue
IsKeywordMixedValue(Material[], String)
Gets the mixed value state of a keyword on the materials array
Declaration
public static bool IsKeywordMixedValue(this Material[] materials, string keyword)
Parameters
| Type | Name | Description |
|---|---|---|
| Material[] | materials | Material array this method extends to. |
| String | keyword | The keyword to check against. |
Returns
| Type | Description |
|---|---|
| Boolean | True if the keyword has mixed values, false otherwise. |