提交 2007f893 编写于 作者: M Mathew Schofield

Added missing name property to BufferAttribute's typings.

上级 bb1297b0
......@@ -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.
先完成此消息的编辑!
想要评论请 注册