Method GetUnlitColor
GetUnlitColor(Material, out Color)
Returns the color of an unlit material
Declaration
protected override bool GetUnlitColor(Material uMaterial, out Color baseColor)
Parameters
Type | Name | Description |
---|---|---|
Material | uMaterial | Unity material |
Color | baseColor | Resulting unlit color |
Returns
Type | Description |
---|---|
bool | True if the unlit color was retrieved, false otherwise |