protected override void OnCreate() { Traversal = new GraphTraversal(this); rootNode = Node.Create(rootNodeID, Vector2.zero, this) as RootGraphNode; }