UNPKG

react-native-filament

Version:

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

10 lines (8 loc) 172 B
/** * Everything inside the scene is an entity. * Entities are managed by the EntityManager. */ export interface Entity { id: number } // TODO: make a pointer holder