getParameter(name:)
Returns the current value of a parameter by name, or nil if no value has been set.
Declaration
func getParameter(name: String) -> MaterialParameters.Value?Parameters
- name:
The name of the parameter as declared in the shader graph.