Options
All
  • Public
  • Public/Protected
  • All
Menu

Class GLTFRegistry

Hierarchy

  • GLTFRegistry

Index

Constructors

Properties

Methods

Constructors

constructor

  • Returns GLTFRegistry

Properties

objects

objects: any

Methods

add

  • add(key: any, object: any): any
  • Parameters

    • key: any
    • object: any

    Returns any

get

  • get(key: any): any
  • Parameters

    • key: any

    Returns any

remove

  • remove(key: any): any
  • Parameters

    • key: any

    Returns any

removeAll

  • removeAll(): any
  • Returns any