Class: KTX2LoadPlugin
Asset-Management.KTX2LoadPlugin
Hierarchy
SimpleEventDispatcher<"">↳
KTX2LoadPlugin
Implements
Properties
PluginType
▪ Static Readonly PluginType: "KTX2LoadPlugin"
TRANSCODER_LIBRARY_PATH
▪ Static TRANSCODER_LIBRARY_PATH: string = 'https://cdn.jsdelivr.net/gh/BinomialLLC/basis_universal@master/webgl/transcoder/build/'
SAVE_SOURCE_BLOBS
▪ Static SAVE_SOURCE_BLOBS: boolean = false
dependencies
• dependencies: typeof AssetManagerPlugin[]
Implementation of
IViewerPluginAsync.dependencies
Constructors
constructor
• new KTX2LoadPlugin()
Inherited from
SimpleEventDispatcher<''>.constructor
Methods
onAdded
▸ onAdded(viewer): Promise<void>
Parameters
| Name | Type |
|---|---|
viewer | ViewerApp |
Returns
Promise<void>
Implementation of
onDispose
▸ onDispose(viewer): Promise<void>
Parameters
| Name | Type |
|---|---|
viewer | ViewerApp |
Returns
Promise<void>
Implementation of
onRemove
▸ onRemove(viewer): Promise<void>
Parameters
| Name | Type |
|---|---|
viewer | ViewerApp |
Returns
Promise<void>