未验证 提交 10397036 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #17000 from mrschofield/dev

Added missing name property to BufferAttribute's typings.
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册