react-native-filament
Version:
A real-time physically based 3D rendering engine for React Native
9 lines • 404 B
TypeScript
import { PointerHolder } from './PointerHolder';
/**
* The name component manager is responsible for managing the names of entities.
* Currently we only need the NameComponentManager to create animators, which might need entity names internally.
*/
export interface NameComponentManager extends PointerHolder {
_nameComponentManagerType: never;
}
//# sourceMappingURL=NameComponentManager.d.ts.map