2b7aae2
1
2
3
4
5
6
7
8
9
export class WebGLProperties { constructor(); get(object: any): any; remove(object: any): void; update(object: any, key: any, value: any): any; dispose(): void; }