loadFinish
An event that fires when all assets in a single load sequence(i.e. View3D's init, load) are finished to load.
| Property | Type | Description | 
|---|---|---|
| type | string | The type of event | 
| target | View3D | An instance of View3D that triggered this event | 
- JSON
 - JavaScript
 - React
 - Angular
 - Vue@2
 - Vue@3
 - Svelte
 
{
    src: [
        "/egjs-view3d/model/lod/plant/simplified.gltf",
        "/egjs-view3d/model/draco/plant.glb"
    ],
    poster: "/egjs-view3d/poster/plant.png"
}