Newer
Older
HuangJiPC / public / static / three / examples / jsm / controls / DeviceOrientationControls.d.ts
@zhangdeliang zhangdeliang on 21 Jun 321 bytes update
import {
	Camera
} from '../../../src/Three';

export class DeviceOrientationControls {

	constructor( object: Camera );

	object: Camera;

	// API

	alphaOffset: number;
	deviceOrientation: any;
	enabled: boolean;
	screenOrientation: number;

	connect(): void;
	disconnect(): void;
	dispose(): void;
	update(): void;

}