WebGLProperties.d.ts 177 B

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