Constructors

Properties

associations: Map<Object3D | Material | Texture, GLTFReference>
getDependencies: ((type) => Promise<any[]>)

Type declaration

    • (type): Promise<any[]>
    • Parameters

      • type: string

      Returns Promise<any[]>

getDependency: ((type, index) => Promise<any>)

Type declaration

    • (type, index): Promise<any>
    • Parameters

      • type: string
      • index: number

      Returns Promise<any>

json: any