ActionRemoveNode(Node _node)

Creates a new action with the node to remove as its argument.

var myAction = new ActionRemoveNode(myNode);

Source

ActionRemoveNode(this._node);