Returns the first node with id, or null if it does not exist.
id
null
SceneNode? getNode(NodeId id) => findNode(id)?.node;