Class: FConcat

FConcat()

This class implements a node that conctas two strings. If other type are passed, these are converted to strings

Constructor

new FConcat()

Construct a new FConcat node
Source:

Classes

FConcat

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 function
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: