Material.SetFloat

void SetFloat(string name, float 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.
float value New value for the parameter.




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