UNPKG

three

Version:

JavaScript 3D library

11 lines (7 loc) 177 B
export class WebGLProperties { constructor(); get( object: any ): any; remove( object: any ): void; update( object: any, key: any, value: any ): any; dispose(): void; }