Class: GLTFKHRMaterialVariantsPlugin
Asset-Management.GLTFKHRMaterialVariantsPlugin
Hierarchy
AViewerPlugin
<""
>↳
GLTFKHRMaterialVariantsPlugin
Properties
PluginType
▪ Static
Readonly
PluginType: "GLTFKHRMaterialVariantsPlugin"
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:17
enabled
• enabled: boolean
= true
Overrides
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:18
toJSON
• toJSON: any
= undefined
Overrides
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:20
dependencies
• dependencies: typeof AssetManagerPlugin
[]
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:22
variants
• variants: Record
<string
, Object3D
<Event
, string
>[]> = {}
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:53
selectedVariant
• selectedVariant: string
= ''
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:56
uiConfig
• uiConfig: UiObjectConfig
<any
, string
>
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:111
_dirty
• Protected
_dirty: boolean
= false
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:23
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:27
Accessors
dirty
• get
dirty(): boolean
Returns
boolean
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:16
• set
dirty(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:20
viewer
• get
viewer(): undefined
| TViewer
Returns
undefined
| TViewer
Inherited from
AViewerPlugin.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
Defined in
webgi/src/core/AViewerPlugin.ts:40
fromJSON
▸ fromJSON(data
, meta?
): null
| GLTFKHRMaterialVariantsPlugin
| Promise
<null
| GLTFKHRMaterialVariantsPlugin
>
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| GLTFKHRMaterialVariantsPlugin
| Promise
<null
| GLTFKHRMaterialVariantsPlugin
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:56
exportState
▸ exportState(): any
Returns
any
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:68
importState
▸ importState(state
): Promise
<void
>
Parameters
Name | Type |
---|---|
state | any |
Returns
Promise
<void
>
Inherited from
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
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
Defined in
webgi/src/core/AViewerPlugin.ts:88
onAdded
▸ onAdded(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Overrides
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:29
onRemove
▸ onRemove(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Overrides
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:43
applyVariant
▸ applyVariant(name
, force?
, root?
, doTraverse?
): void
Parameters
Name | Type | Default value |
---|---|---|
name | string | undefined |
force | boolean | false |
root? | Object3D <Event , string >[] | undefined |
doTraverse | boolean | true |
Returns
void
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:62
_storeKey
▸ Protected
_storeKey(prefix?
): string
Parameters
Name | Type |
---|---|
prefix? | string |
Returns
string
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:64
Constructors
constructor
• new GLTFKHRMaterialVariantsPlugin()
Overrides
Defined in
webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:24