Method SetColorAlphaProperty
SetColorAlphaProperty(uint, string, ColorAlpha)
Set a ColorAlpha property
Declaration
[HandleProcessCorruptedStateExceptions]
public void SetColorAlphaProperty(uint material, string name, ColorAlpha color)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | material | The material to apply the color on |
| string | name | The property to set |
| ColorAlpha | color | The color to apply |