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
| Name | Type | Access | Description |
|---|---|---|---|
buffer | : number | Read | Gets the buffer. |
byteOffset | : number | Read | Gets the byte offset. |
byteLength | : number | Read | Gets the byte length. |
target | : number | Read | Gets the target. |