mdl_set_arguments
Gets all arguments from a MDL material instance or function call.
arguments
- "arguments" : Map
A Map containing the arguments to set on the element. The value for each argument must be another Map containing either a single "value" key if setting a constant value or a "call" key (and optional "field" key) if connecting to another MDL function or material.
- "element_name" : String
The name of the MDL material instance or function call to set arguments on.