Explorar o código

Merge pull request #17000 from mrschofield/dev

Added missing name property to BufferAttribute's typings.
Mr.doob %!s(int64=6) %!d(string=hai) anos
pai
achega
10397036be
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/core/BufferAttribute.d.ts

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

@@ -6,6 +6,7 @@ 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;
 	dynamic: boolean;