getParameter(handle:)
Returns the current value of a parameter identified by its precomputed handle, or nil if no value has been set.
Declaration
func getParameter(handle: MaterialParameters.Handle) -> MaterialParameters.Value?Parameters
- handle:
A handle previously obtained from Parameterhandle(name:).