BaseNode Class

Module: Script

Base node are used as a basis for all other nodes, they implement the necessary common functionality for all nodes.

Base nodes add a destructible function with a button which allows the user to destroy them.

When the node gets destroyed it automatically gets removed from the graph.

Constructor

BaseNode

()

Item Index

Attributes

Attributes

destroyButton

Circle

Button used to destroy the node and remove it from the graph.