Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBuffer

Loader interface with additional members.

Hierarchy

Index

Properties

byteLengthSearch playground for byteLength

byteLength: number

The length of the buffer in bytes

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

indexSearch playground for index

index: number

The index of this item in the array.

Optional nameSearch playground for name

name: string

The user-defined name of this object

Optional uriSearch playground for uri

uri: string

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

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method