Class GltfBufferView
Inheritance
GltfBufferView
Assembly: cs.temp.dll.dll
public class GltfBufferView : GltfChildOfRootProperty
Fields
Declaration
Field Value
Declaration
Field Value
The length of the bufferView in bytes.
0
Declaration
Field Value
The length of the bufferView in bytes.
0
Declaration
Field Value
The offset into the buffer in bytes.
0
Declaration
Field Value
The offset into the buffer in bytes.
0
Declaration
Field Value
The stride, in bytes, between vertex attributes or other interleavable data.
When this is zero, data is tightly packed.
0
255
Declaration
Field Value
The stride, in bytes, between vertex attributes or other interleavable data.
When this is zero, data is tightly packed.
0
255
Declaration
Field Value
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 GltfBufferViewTarget target
Field Value
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 GltfBufferViewTarget target
Field Value
Properties
Declaration
public GltfBuffer Buffer { get; }
Property Value
Declaration
public GltfBuffer Buffer { get; }
Property Value