Finds DataObjects in a Data using a customized depth-first traversal.
Usually we use data method to recursively find DataObjects of specific types within a hierarchy.
See @xeokit/sdk/data for usage.
The Data to search.
Search parameters.
void
Finds DataObjects in a Data using a customized depth-first traversal.
Usually we use data method to recursively find DataObjects of specific types within a hierarchy.
See @xeokit/sdk/data for usage.