setParameter
Sets the value of an integer parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a boolean parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a float parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a color3 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a color4 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a vector2 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a vector3 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a vector4 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a matrix3 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a matrix4 parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.
Sets the value of a texture resource parameter by its name.
Parameters
The name of the parameter to set.
The value to set for the parameter.
Throws
If the parameter value cannot be set.