public NodeSelection() { dNode = null; aNode = null; }
public NodeSelection(VIDE_EditorDB.ActionNode d) { aNode = d; }