提交 8f6f108d 编写于 作者: M Mugen87

TS: Added VRButton.d.ts.

上级 0dd60387
import {
WebGLRenderer
} from '../../../src/Three';
export interface WebXROptions {
referenceSpaceType: string;
}
export namespace VRButton {
export function createButton( renderer: WebGLRenderer, options?: WebXROptions  ): HTMLElement;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册