Class Buffer
A buffer points to binary geometry, animation, or skins.
Inherited Members
Namespace: GLTFast.Schema
Assembly: solution.dll
Syntax
[Serializable]
public class Buffer : NamedObject
Fields
byteLength
The length of the buffer in bytes.
Declaration
public uint byteLength
Field Value
Type | Description |
---|---|
uint |
uri
The URI (or IRI) of the buffer.
Declaration
public string uri
Field Value
Type | Description |
---|---|
string |