Class: MaterialLibraryPlugin
Plugins.MaterialLibraryPlugin
Hierarchy
↳
MaterialLibraryPlugin
Properties
PluginType
▪ Static
PluginType: string
= 'MaterialLibraryPlugin'
Overrides
MaterialLibraryBasePlugin.PluginType
Defined in
webgi/src/plugins/MaterialLibraryPlugin.ts:13
enabled
• enabled: boolean
= true
Inherited from
MaterialLibraryBasePlugin.enabled
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:13
dependencies
• dependencies: typeof AssetManagerPlugin
[]
Inherited from
MaterialLibraryBasePlugin.dependencies
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:76
replaceMaterial
• replaceMaterial: boolean
= false
Defined in
webgi/src/plugins/MaterialLibraryPlugin.ts:28
uiConfig
• uiConfig: UiObjectConfig
<any
, string
>
Overrides
MaterialLibraryBasePlugin.uiConfig
Defined in
webgi/src/plugins/MaterialLibraryPlugin.ts:30
_dirty
• Protected
_dirty: boolean
= false
Inherited from
MaterialLibraryBasePlugin._dirty
Defined in
webgi/src/core/AViewerPlugin.ts:23
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
MaterialLibraryBasePlugin._viewer
Defined in
webgi/src/core/AViewerPlugin.ts:27
_previewGenerator
• Protected
_previewGenerator: undefined
| MaterialPreviewGenerator
Inherited from
MaterialLibraryBasePlugin._previewGenerator
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:17
Constructors
constructor
• new MaterialLibraryPlugin()
Inherited from
MaterialLibraryBasePlugin.constructor
Defined in
webgi/node_modules/ts-browser-helpers/dist/EventDispatcher.d.ts:41
Accessors
dirty
• get
dirty(): boolean
Returns
boolean
Inherited from
MaterialLibraryBasePlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:16
• set
dirty(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Inherited from
MaterialLibraryBasePlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:20
viewer
• get
viewer(): undefined
| TViewer
Returns
undefined
| TViewer
Inherited from
MaterialLibraryBasePlugin.viewer
Defined in
webgi/src/core/AViewerPlugin.ts:29
Methods
onDispose
▸ onDispose(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
MaterialLibraryBasePlugin.onDispose
Defined in
webgi/src/core/AViewerPlugin.ts:40
toJSON
▸ toJSON(meta?
): any
Parameters
Name | Type |
---|---|
meta? | any |
Returns
any
Inherited from
MaterialLibraryBasePlugin.toJSON
Defined in
webgi/src/core/AViewerPlugin.ts:49
fromJSON
▸ fromJSON(data
, meta?
): null
| MaterialLibraryPlugin
| Promise
<null
| MaterialLibraryPlugin
>
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| MaterialLibraryPlugin
| Promise
<null
| MaterialLibraryPlugin
>
Inherited from
MaterialLibraryBasePlugin.fromJSON
Defined in
webgi/src/core/AViewerPlugin.ts:56
exportState
▸ exportState(): any
Returns
any
Inherited from
MaterialLibraryBasePlugin.exportState
Defined in
webgi/src/core/AViewerPlugin.ts:68
importState
▸ importState(state
): Promise
<void
>
Parameters
Name | Type |
---|---|
state | any |
Returns
Promise
<void
>
Inherited from
MaterialLibraryBasePlugin.importState
Defined in
webgi/src/core/AViewerPlugin.ts:71
storeState
▸ storeState(prefix?
, storage?
, data?
): void
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
data? | any |
Returns
void
Inherited from
MaterialLibraryBasePlugin.storeState
Defined in
webgi/src/core/AViewerPlugin.ts:78
loadState
▸ loadState(prefix?
, storage?
): Promise
<void
>
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
Returns
Promise
<void
>
Inherited from
MaterialLibraryBasePlugin.loadState
Defined in
webgi/src/core/AViewerPlugin.ts:88
onAdded
▸ onAdded(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
MaterialLibraryBasePlugin.onAdded
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:20
onRemove
▸ onRemove(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
MaterialLibraryBasePlugin.onRemove
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:35
refreshUi
▸ refreshUi(): void
Returns
void
Inherited from
MaterialLibraryBasePlugin.refreshUi
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:50
_storeKey
▸ Protected
_storeKey(prefix?
): string
Parameters
Name | Type |
---|---|
prefix? | string |
Returns
string
Inherited from
MaterialLibraryBasePlugin._storeKey
Defined in
webgi/src/core/AViewerPlugin.ts:64
_selectedObject
▸ Protected
_selectedObject(): undefined
| IModel
<any
> & Mesh
<BufferGeometry
<NormalBufferAttributes
, Event
, string
>, Material
<Event
, string
>>
Returns
undefined
| IModel
<any
> & Mesh
<BufferGeometry
<NormalBufferAttributes
, Event
, string
>, Material
<Event
, string
>>
Inherited from
MaterialLibraryBasePlugin._selectedObject
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:78
_selectedMaterial
▸ Protected
_selectedMaterial(): undefined
| IMaterial
<any
>
Returns
undefined
| IMaterial
<any
>
Inherited from
MaterialLibraryBasePlugin._selectedMaterial
Defined in
webgi/src/plugins/MaterialLibraryBasePlugin.ts:79
_refreshUi
▸ Protected
_refreshUi(): Promise
<boolean
>
Returns
Promise
<boolean
>
Overrides
MaterialLibraryBasePlugin._refreshUi