UNPKG

react-native-filament

Version:

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

8 lines 179 B
/** * Everything inside the scene is an entity. * Entities are managed by the EntityManager. */ export interface Entity { id: number; } //# sourceMappingURL=Entity.d.ts.map