Class: FMul

FMul()

This class implements a functional node for multiply numeric values. Supports a indefinite number of value inputs and one single output

Constructor

new FMul()

COnstruct a new FMul node
Source:

Classes

FMul

Methods

addInput()

If this.#canAddInput is true, the user can add an input equal to the (at least one) input that already exists
Source:

canRemoveInput(input)

Can this node remove a specific input? In this case, there must be at least 2 inputs
Parameters:
Name Type Description
input InputsSocket The input to remove
Source:

clone(factory)

Clone this node
Parameters:
Name Type Description
factory function The factory class function
Source:

(async) process()

The process override
Source:

removeInput(input)

This method removes a specific input from the node, if this is possible whit this instance
Parameters:
Name Type Description
input InputSocket The input to remove
Source: