Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

animationCollection

animationCollection: ModelAnimationCollection

animationStart

animationStart: Event

animationStop

animationStop: Event

clock

clock: Clock

currentPlayingAnimations

currentPlayingAnimations: ModelAnimation[] | undefined[]

isPause

isPause: boolean

model

model: ModMesh

Optional removeCallback

removeCallback: RemoveCallback

startTime

startTime: JulianDate

viewer

viewer: Viewer

Accessors

animationCount

  • get animationCount(): any
  • Returns any

multiplier

  • get multiplier(): number
  • set multiplier(value: number): void
  • Returns number

  • Parameters

    • value: number

    Returns void

Methods

get

  • get(index: number): any
  • Parameters

    • index: number

    Returns any

pause

  • pause(): void
  • Returns void

play

  • play(options: PlayAnimationOptions): undefined | ModelAnimation
  • Parameters

    • options: PlayAnimationOptions

    Returns undefined | ModelAnimation

playAll

  • playAll(options: PlayAnimationOptions): ModelAnimation[] | undefined[]
  • Parameters

    • options: PlayAnimationOptions

    Returns ModelAnimation[] | undefined[]

stop

  • stop(options: PlayAnimationOptions): void
  • Parameters

    • options: PlayAnimationOptions

    Returns void

stopAll

  • stopAll(): void
  • Returns void

update

  • update(): void
  • Returns void