Class: BeringRingAnimation
Plugins.BeringRingAnimation
Hierarchy
AViewerPlugin
<""
>↳
BeringRingAnimation
Properties
PluginType
▪ Static
Readonly
PluginType: "BeringRingAnimation"
Defined in
webgi/src/plugins/BeringAnimation.ts:37
enabled
• enabled: boolean
= true
Overrides
Defined in
webgi/src/plugins/BeringAnimation.ts:17
toJSON
• toJSON: any
= null
Overrides
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
Defined in
webgi/src/core/AViewerPlugin.ts:23
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:27
Constructors
constructor
• new BeringRingAnimation()
Inherited from
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
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
animating
• get
animating(): boolean
Returns
boolean
Defined in
webgi/src/plugins/BeringAnimation.ts:21
• set
animating(value
): void
Parameters
Name | Type |
---|---|
value | boolean |
Returns
void
Defined in
webgi/src/plugins/BeringAnimation.ts:25
Methods
onDispose
▸ onDispose(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:40
onRemove
▸ onRemove(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:44
fromJSON
▸ fromJSON(data
, meta?
): null
| BeringRingAnimation
| Promise
<null
| BeringRingAnimation
>
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| BeringRingAnimation
| Promise
<null
| BeringRingAnimation
>
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(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Overrides
Defined in
webgi/src/plugins/BeringAnimation.ts:46
loadRingBMod
▸ loadRingBMod(newRing
, name
, slot
, totalSlots
): undefined
| IModel
<any
>
Parameters
Name | Type |
---|---|
newRing | Object3DModel |
name | string |
slot | number |
totalSlots | number |
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
Name | Type | Default value |
---|---|---|
transition | boolean | true |
Returns
void
Defined in
webgi/src/plugins/BeringAnimation.ts:170
startRingAnimation
▸ startRingAnimation(resetShadows?
): Promise
<void
>
Parameters
Name | Type | Default value |
---|---|---|
resetShadows | boolean | true |
Returns
Promise
<void
>
Defined in
webgi/src/plugins/BeringAnimation.ts:179
_storeKey
▸ Protected
_storeKey(prefix?
): string
Parameters
Name | Type |
---|---|
prefix? | string |
Returns
string