Class BufferView
A view into a buffer generally representing a subset of the buffer.
Inherited Members
Namespace: GLTFast.Schema
Syntax
[Serializable]
public class BufferView : BufferViewBase
Fields
extensions
Declaration
public BufferViewExtensions extensions
Field Value
Type | Description |
---|---|
BufferViewExtensions |
target
The target that the WebGL buffer should be bound to. All valid values correspond to WebGL enums. When this is not provided, the bufferView contains animation or skin data.
Declaration
public int target
Field Value
Type | Description |
---|---|
Int32 |