未验证 提交 038c3ec3 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #18810 from FMS-Cat/patch-1

ARButton.d.ts: `ARButton.createButton` must have sessionInit as 2nd argument
......@@ -3,5 +3,5 @@ import {
} from '../../../src/Three';
export namespace ARButton {
export function createButton( renderer: WebGLRenderer ): HTMLElement;
export function createButton( renderer: WebGLRenderer, sessionInit?: any ): HTMLElement;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册