Explorar el Código

Merge pull request #17019 from mrschofield/dev

Removing uuid from the BufferAttribute typings
Mr.doob hace 6 años
padre
commit
db1a7a7e8b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/core/BufferAttribute.d.ts

+ 0 - 1
src/core/BufferAttribute.d.ts

@@ -5,7 +5,6 @@ export class BufferAttribute {
 
 	constructor( array: ArrayLike<number>, itemSize: number, normalized?: boolean ); // array parameter should be TypedArray.
 
-	uuid: string;
 	name: string;
 	array: ArrayLike<number>;
 	itemSize: number;