ProtoFlux:Input

From Resonite Wiki
A bool input
A bool input.
A float input
A float input.
a string input
A string input.

The Input node holds a value or reference type that can be output to any other input. Unlike variables, these can be directly modified to see instant changes without the need for a write node.

This is similar to hard-coding values in programming, or when you need just a number for debugging or another reason. It is instead recommended to use values from slots dynamically or built in from a Slot, Component, or another ProtoFlux node.

Different types may have different UI interfaces to represent the values they contain, such as bool will have a check box, numerical values like an int and float will have a TextField that takes in only numbers, and strings can take multiple characters.

Outputs

* (Generic)

The value or reference that will output from this node to be used somewhere else.