@types/three
Version:
TypeScript definitions for three
9 lines (6 loc) • 352 B
TypeScript
import { TypedArray } from "../../core/BufferAttribute.js";
import { InstancedBufferAttribute } from "../../core/InstancedBufferAttribute.js";
export default class StorageInstancedBufferAttribute extends InstancedBufferAttribute {
readonly isStorageInstancedBufferAttribute: true;
constructor(array: TypedArray | number, itemSize: number);
}