ActionRemoveNode constructor
Creates a new action with the node to remove as its argument.
var myAction = new ActionRemoveNode(myNode);
Implementation
ActionRemoveNode(this._node);
Creates a new action with the node to remove as its argument.
var myAction = new ActionRemoveNode(myNode);
ActionRemoveNode(this._node);