Hierarchy

  • ParameterManager

Constructors

Methods

  • Set parameter value for a certain material and calls the corresponding observer if the value has changed

    Returns

    "true" if parameter value has changed

    Parameters

    Returns Promise<boolean>

  • Set parameter value for a certain node and calls the corresponding observer if the value has changed

    Returns

    "true" if parameter value has changed

    Parameters

    Returns Promise<boolean>

  • 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.

    Parameters

    Returns void

  • 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.

    Returns

    "true" if parameter value has changed

    Parameters

    Returns Promise<boolean>

Generated using TypeDoc