GltfBufferView

Overview

GltfBufferView is a interface in Aspose.3D FOSS for Typescript.

GltfBufferView.buffer identifies the index of the buffer containing the view’s data.

Properties: buffer, byteLength, byteOffset, target.

Description

GltfBufferView is an interface in Aspose.3D FOSS for TypeScript that defines a contract with 0 methods. Classes that implement this interface must provide concrete implementations for all declared operations.

Core capabilities include: : number; : number; : number. These operations enable developers to integrate gltfbufferview functionality directly into TypeScript applications.

The class also provides the buffer property (gets the buffer), the byteOffset property (gets the byte offset), the byteLength property (gets the byte length).

Properties

NameTypeAccessDescription
buffer: numberReadGets the buffer.
byteOffset: numberReadGets the byte offset.
byteLength: numberReadGets the byte length.
target: numberReadGets the target.

See Also