UNPKG

three

Version:

JavaScript 3D library

22 lines (14 loc) 361 B
import { Camera, EventDispatcher } from '../../../src/Three'; export class DeviceOrientationControls extends EventDispatcher { constructor( object: Camera ); object: Camera; // API alphaOffset: number; deviceOrientation: any; enabled: boolean; screenOrientation: number; connect(): void; disconnect(): void; dispose(): void; update(): void; }