getParameter(handle:)
Returns the value of a parameter identified by a handle.
Declaration
func getParameter(handle: MaterialParameters.Handle) -> MaterialParameters.Value?Parameters
- handle:
A handle previously returned by Parameterhandle(name:).
Return Value
The current value of the parameter, or nil if the parameter has no value set on this material.