浏览代码

Merge pull request #17019 from mrschofield/dev

Removing uuid from the BufferAttribute typings
Mr.doob 6 年之前
父节点
当前提交
db1a7a7e8b
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;