Skip to main content

Class: BeringRingAnimation

Plugins.BeringRingAnimation

Hierarchy

Properties

PluginType

Static Readonly PluginType: "BeringRingAnimation"

Defined in

webgi/src/plugins/BeringAnimation.ts:37


enabled

enabled: boolean = true

Overrides

AViewerPlugin.enabled

Defined in

webgi/src/plugins/BeringAnimation.ts:17


toJSON

toJSON: any = null

Overrides

AViewerPlugin.toJSON

Defined in

webgi/src/plugins/BeringAnimation.ts:19


ringSlots

ringSlots: IModel<Object3D<Event, string>>[] = []

Defined in

webgi/src/plugins/BeringAnimation.ts:39


dependencies

dependencies: (typeof AssetManagerPlugin | typeof PopmotionPlugin)[]

Defined in

webgi/src/plugins/BeringAnimation.ts:41


uiConfig

uiConfig: UiObjectConfig<any, string>

Defined in

webgi/src/plugins/BeringAnimation.ts:349


_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

Constructors

constructor

new BeringRingAnimation()

Inherited from

AViewerPlugin.constructor

Defined in

webgi/node_modules/ts-browser-helpers/dist/EventDispatcher.d.ts:41

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


animating

get animating(): boolean

Returns

boolean

Defined in

webgi/src/plugins/BeringAnimation.ts:21

set animating(value): void

Parameters

NameType
valueboolean

Returns

void

Defined in

webgi/src/plugins/BeringAnimation.ts:25

Methods

onDispose

onDispose(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Inherited from

AViewerPlugin.onDispose

Defined in

webgi/src/core/AViewerPlugin.ts:36


onRemove

onRemove(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Inherited from

AViewerPlugin.onRemove

Defined in

webgi/src/core/AViewerPlugin.ts:40


fromJSON

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

Parameters

NameType
dataany
meta?any

Returns

null | BeringRingAnimation | Promise<null | BeringRingAnimation>

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(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Overrides

AViewerPlugin.onAdded

Defined in

webgi/src/plugins/BeringAnimation.ts:46


loadRingBMod

loadRingBMod(newRing, name, slot, totalSlots): undefined | IModel<any>

Parameters

NameType
newRingObject3DModel
namestring
slotnumber
totalSlotsnumber

Returns

undefined | IModel<any>

Defined in

webgi/src/plugins/BeringAnimation.ts:71


clearAllSlots

clearAllSlots(): void

Returns

void

Defined in

webgi/src/plugins/BeringAnimation.ts:163


stopRingAnimation

stopRingAnimation(transition?): void

Parameters

NameTypeDefault value
transitionbooleantrue

Returns

void

Defined in

webgi/src/plugins/BeringAnimation.ts:170


startRingAnimation

startRingAnimation(resetShadows?): Promise<void>

Parameters

NameTypeDefault value
resetShadowsbooleantrue

Returns

Promise<void>

Defined in

webgi/src/plugins/BeringAnimation.ts:179


_storeKey

Protected _storeKey(prefix?): string

Parameters

NameType
prefix?string

Returns

string

Inherited from

AViewerPlugin._storeKey

Defined in

webgi/src/core/AViewerPlugin.ts:60