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
Buffer
The index of the buffer.
Declaration
int Buffer { get; }
Property Value
Type | Description |
---|---|
int |
ByteLength
The length of the bufferView in bytes.
Declaration
int ByteLength { get; }
Property Value
Type | Description |
---|---|
int |
ByteOffset
The offset into the buffer in bytes.
Declaration
int ByteOffset { get; }
Property Value
Type | Description |
---|---|
int |