Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GLTFData

Class for holding and downloading glTF file data

Hierarchy

  • GLTFData

Index

Constructors

Properties

Methods

Constructors

constructor

  • Initializes the glTF file object

    Returns GLTFData

Properties

glTFFilesSearch playground for glTFFiles

glTFFiles: {}

Object which contains the file name as the key and its data as the value

Type declaration

  • [fileName: string]: string | Blob

Methods

downloadFilesSearch playground for downloadFiles

  • downloadFiles(): void
  • Downloads the glTF data as files based on their names and data

    Returns void

Legend

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