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.
selector | The css selector to look up |
Node in the scene which matches the CSS selector,
or null if none is found.
Diagram: Scene