Function Tree.getNextSelected

Returns the next selected item after the given one, or null if the end is reached. If from is null, this returns the first selected item.

TreeItem getNextSelected (
  GodotObject from
) nothrow @nogc;