Class: wcNodeStorageToggle

wcNodeStorageToggle


new wcNodeStorageToggle(parent, pos)

Stores a boolean (toggleable) value.
When inheriting, make sure to include 'this._super(parent, pos);' at the top of your init function.

Parameters:
Name Type Description
parent string The parent object of this node.
pos wcPlay~Coordinates The position of this node in the visual editor.
Source: