creator.actions.node

Undocumented in source.

Members

Classes

NodeActiveAction
class NodeActiveAction

Action for whether a node was activated or deactivated

NodeChangeAction
class NodeChangeAction

An action that happens when a node is changed

NodeValueChangeAction
class NodeValueChangeAction(TNode, T)

Node value changed action

Functions

incAddChildWithHistory
void incAddChildWithHistory(Node n, Node to, string name)

Adds child with history

incDeleteChildWithHistory
void incDeleteChildWithHistory(Node n)

Deletes child with history

incMoveChildWithHistory
void incMoveChildWithHistory(Node n, Node to)

Moves child with history

Meta