Skip to main content

Class: FBXLoadPlugin

Asset-Management.FBXLoadPlugin

Hierarchy

  • SimpleEventDispatcher<"">

    FBXLoadPlugin

Implements

Properties

PluginType

Static Readonly PluginType: "FBXLoadPlugin"


dependencies

dependencies: typeof AssetManagerPlugin[]

Implementation of

IViewerPluginAsync.dependencies

Constructors

constructor

new FBXLoadPlugin()

Inherited from

SimpleEventDispatcher<''>.constructor

Methods

onAdded

onAdded(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Implementation of

IViewerPluginAsync.onAdded


onDispose

onDispose(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Implementation of

IViewerPluginAsync.onDispose


onRemove

onRemove(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Implementation of

IViewerPluginAsync.onRemove