Skip to main content

Class: GLTFKHRMaterialVariantsPlugin

Asset-Management.GLTFKHRMaterialVariantsPlugin

Hierarchy

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

AViewerPlugin.enabled

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:18


toJSON

toJSON: any = undefined

Overrides

AViewerPlugin.toJSON

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

AViewerPlugin._dirty

Defined in

webgi/src/core/AViewerPlugin.ts:23


_viewer

Protected Optional _viewer: ViewerApp

Inherited from

AViewerPlugin._viewer

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

NameType
valueboolean

Returns

void

Inherited from

AViewerPlugin.dirty

Defined in

webgi/src/core/AViewerPlugin.ts:20

Methods

onDispose

onDispose(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Inherited from

AViewerPlugin.onDispose

Defined in

webgi/src/core/AViewerPlugin.ts:36


fromJSON

fromJSON(data, meta?): null | GLTFKHRMaterialVariantsPlugin | Promise<null | GLTFKHRMaterialVariantsPlugin>

Parameters

NameType
dataany
meta?any

Returns

null | GLTFKHRMaterialVariantsPlugin | Promise<null | GLTFKHRMaterialVariantsPlugin>

Inherited from

AViewerPlugin.fromJSON

Defined in

webgi/src/core/AViewerPlugin.ts:52


exportState

exportState(): any

Returns

any

Inherited from

AViewerPlugin.exportState

Defined in

webgi/src/core/AViewerPlugin.ts:64


importState

importState(state): Promise<void>

Parameters

NameType
stateany

Returns

Promise<void>

Inherited from

AViewerPlugin.importState

Defined in

webgi/src/core/AViewerPlugin.ts:67


storeState

storeState(prefix?, storage?, data?): void

Parameters

NameType
prefix?string
storage?Storage
data?any

Returns

void

Inherited from

AViewerPlugin.storeState

Defined in

webgi/src/core/AViewerPlugin.ts:74


loadState

loadState(prefix?, storage?): Promise<void>

Parameters

NameType
prefix?string
storage?Storage

Returns

Promise<void>

Inherited from

AViewerPlugin.loadState

Defined in

webgi/src/core/AViewerPlugin.ts:84


onAdded

onAdded(v): Promise<void>

Parameters

NameType
vViewerApp

Returns

Promise<void>

Overrides

AViewerPlugin.onAdded

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:29


onRemove

onRemove(v): Promise<void>

Parameters

NameType
vViewerApp

Returns

Promise<void>

Overrides

AViewerPlugin.onRemove

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:43


applyVariant

applyVariant(name, force?, root?, doTraverse?): void

Parameters

NameTypeDefault value
namestringundefined
forcebooleanfalse
root?Object3D<Event, string>[]undefined
doTraversebooleantrue

Returns

void

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:62


_storeKey

Protected _storeKey(prefix?): string

Parameters

NameType
prefix?string

Returns

string

Inherited from

AViewerPlugin._storeKey

Defined in

webgi/src/core/AViewerPlugin.ts:60

Constructors

constructor

new GLTFKHRMaterialVariantsPlugin()

Overrides

AViewerPlugin.constructor

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/gltf/GLTFKHRMaterialVariantsPlugin.ts:24