UNPKG

react-native-filament

Version:

A real-time physically based 3D rendering engine for React Native

6 lines 260 B
import { Entity, Scene } from '../types'; /** * A hook that "on mount" adds the entity to the scene, and "on unmount" removes it. */ export declare function useEntityInScene(scene: Scene, entity?: Entity): void; //# sourceMappingURL=useEntityInScene.d.ts.map