Class GltfBuffer
Assembly: cs.temp.dll.dll
public class GltfBuffer : GltfChildOfRootProperty
Fields
The length of the buffer in bytes.
0
Declaration
Field Value
The length of the buffer in bytes.
0
Declaration
Field Value
The uri of the buffer.
Relative paths are relative to the .gltf file.
Instead of referencing an external file, the uri can also be a data-uri.
Declaration
Field Value
The uri of the buffer.
Relative paths are relative to the .gltf file.
Instead of referencing an external file, the uri can also be a data-uri.
Declaration
Field Value
Properties
Declaration
public byte[] BufferData { get; }
Property Value
Declaration
public byte[] BufferData { get; }
Property Value