UNPKG

three-game-engine

Version:

Simple light-weight game engine using three.js, three-mesh-ui and rapier

8 lines (7 loc) 194 B
import Component from "../Component"; import * as THREE from 'three'; declare class LightComponent extends Component { light: THREE.Light; load(): void; } export default LightComponent;