Method IsUnlit
IsUnlit(Material)
Retrieves whether material is unlit
Declaration
protected static bool IsUnlit(Material material)
Parameters
| Type | Name | Description |
|---|---|---|
| Material | material | Material to analyze |
Returns
| Type | Description |
|---|---|
| bool | True if material uses unlit shader, false otherwise |