Class BufferSlice
Base class; Consists of a byte size and offset
Inherited Members
Namespace: GLTFast.Schema
Syntax
[Serializable]
public abstract class BufferSlice
Fields
byteLength
The length of the bufferView in bytes.
Declaration
public int byteLength
Field Value
Type | Description |
---|---|
Int32 |
byteOffset
The offset into the buffer in bytes.
Declaration
public int byteOffset
Field Value
Type | Description |
---|---|
Int32 |