Material.SetTexture

void SetTexture(string name, Tex value)

Sets a shader parameter with the given name to the provided value. If no parameter is found, nothing happens, and the value is not set!

   
string name Name of the shader parameter.
Tex value New value for the parameter.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!