The base scene object from which to start the search.
The name of the scene object to find. Only exact matches are considered.
Optional
options: SearchOptionsThe search options.
The found scene object if findAll
is false
, an array of found scene objects if findAll
is true
, or null
if no scene object is found.
Finds a scene object with the specified name in the ancestors of the given base scene object.