Bulk of targeted parameter values, mainly used as input for setParameterValues function.E.g.
[ { nodeName: 'someMesh', parameterName: BuiltInParameter.Visible, value: false }, { materialName: 'someMaterial', parameterName: BuiltInParameter.Color, value: '#DD0060' }]
Each parameter value entry has to set exactly one of the subject keys (nodeName, materialName or tagName)
nodeName
materialName
tagName
Generated using TypeDoc
Bulk of targeted parameter values, mainly used as input for setParameterValues function.
E.g.
Each parameter value entry has to set exactly one of the subject keys (
nodeName
,materialName
ortagName
)