Interface IBufferView
A view into a buffer generally representing a subset of the buffer.
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
public interface IBufferView
Properties
| Name | Description |
|---|---|
| Buffer | The index of the buffer. |
| ByteLength | The length of the bufferView in bytes. |
| ByteOffset | The offset into the buffer in bytes. |