public Node lookup (String selector)

Looks for any node within the scene graph based on the specified CSS selector. If more than one node matches the specified selector, this function returns the first of them. If no nodes are found with this id, then null is returned.

Parameters:
selector    The css selector to look up

Returns:  the Node in the scene which matches the CSS selector, or null if none is found.