Newer
Older
HuangJiPC / public / static / three / examples / jsm / misc / Gyroscope.d.ts
@zhangdeliang zhangdeliang on 21 Jun 111 bytes update
import {
	Object3D
} from '../../../src/Three';

export class Gyroscope extends Object3D {

	constructor();

}