Set parameter value for a certain material and calls the corresponding observer if the value has changed
"true" if parameter value has changed
Set parameter value for a certain node and calls the corresponding observer if the value has changed
"true" if parameter value has changed
Define observer callback for certain parameter.
There can only be one observer for a certain parameter name.
Parameter observers can not be overwritten once they are defined, this also includes system observers for
BuiltInParameter.
Set multiple parameter values simultaniously.
Tag parameters are applied before node and material parameters, node and materials are more specific and should
have priority.
Array of parameters, which have changed values
Set parameter value for a certain tag and calls the corresponding observer if the value has changed.
Setting a parameter value on a tag can affect multiple nodes and tags, depending which of these objects contains
the desired tag.
"true" if parameter value has changed
Static
parseParses and converts input to a boolean value, valid values are:
Static
parseParses a string of format '#rrggbb'
or '(r,g,b)'
to a Color3
.
Static
parseParses and converts input to a number value
Static
parseParses a string of format '(x,y,z)'
with angular degrees to a Vector3
with rotation information in radians.
Static
parseParses and converts input to a string value
Static
parseParses a string of format "(x,y,z)"" to a "Vector3".
Generated using TypeDoc
Returns
desired parameter value or "undefined" if parameter entry is not available.