Material.SetMatrix
void SetMatrix(string name, Matrix 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. |
Matrix value | New value for the parameter. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!