Block Structures
Last updated
Last updated
A function block consists of several elements:
Header
Sockets
Controls
Unique Name
Headers can be modified by double-clicking on and setting a custom name.
Tool-tips are shown when blocks are hovered on with mouse and display information on inner mechanics of a block.
Same rules also apply to Controls. Hovering over Controls may show additional information:
Controls are custom buttons, lists, or any kind of interactable objects that are shown inside a function block. These widgets can alter the functionality of each function block.
Data is sent to blocks through input sockets. There are usually multiple sockets in a single block.
Robust data transfer is guaranteed when sockets with same color or category are connected.
Results get sent away from outputs and transferred to other blocks by connecting to an input socket.