UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

10 lines (9 loc) 287 B
import { Object3D } from 'three'; import { DIVEScene } from '../../scene/Scene'; /** * Find the scene object of an object. * * @param object - The object to find the scene of. * @returns The scene object. */ export declare const findSceneRecursive: (object: Object3D) => DIVEScene;