Material.GetVector4
Vec4 GetVector4(string name)
Gets the value of a shader parameter with the given name. If no parameter is found, a default value of Vec4.Zero will be returned.
string name | Name of the shader parameter. |
RETURNS: Vec4 | The parameter’s value, if present, otherwise Vec4.Zero. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!