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

Layers.d.ts: Clean up.

上级 85978c16
......@@ -6,11 +6,10 @@ export class Layers {
set( channel: number ): void;
enable( channel: number ): void;
enableAll(): void;
toggle( channel: number ): void;
disable( channel: number ): void;
disableAll(): void;
test( layers: Layers ): boolean;
enableAll (): void;
disableAll (): void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册