UNPKG

@awayjs/stage

Version:
21 lines 740 B
import { AttributesBuffer } from './AttributesBuffer'; import { AttributesView } from './AttributesView'; export declare class Float1Attributes extends AttributesView { static assetType: string; /** * * @returns {string} */ get assetType(): string; /** * */ constructor(length?: number); constructor(attributesBuffer?: AttributesBuffer); set(array: Array<number>, offset?: number): any; set(typedArray: Float32Array, offset?: number): any; get(count: number, offset?: number): Float32Array; _internalClone(attributesBuffer: AttributesBuffer): Float1Attributes; clone(attributesBuffer?: AttributesBuffer): Float1Attributes; } //# sourceMappingURL=Float1Attributes.d.ts.map