Appearance
@tmrw-realityos/charm / Buffer
Interface: Buffer
Defined in: packages/charm/src/fileFormats/GLTF.ts:200
A buffer points to binary geometry, animation, or skins.
Indexable
[k: string]: any
Properties
byteLength
byteLength:
number
Defined in: packages/charm/src/fileFormats/GLTF.ts:208
The length of the buffer in bytes.
extensions?
optionalextensions:any
Defined in: packages/charm/src/fileFormats/GLTF.ts:210
extras?
optionalextras:any
Defined in: packages/charm/src/fileFormats/GLTF.ts:211
name?
optionalname:any
Defined in: packages/charm/src/fileFormats/GLTF.ts:209
uri?
optionaluri:string
Defined in: packages/charm/src/fileFormats/GLTF.ts:204
The URI (or IRI) of the buffer.