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