stopAnimation method

  1. @JSExport()
JSPromise<JSAny?> stopAnimation(
  1. ThermionEntity entity,
  2. int animationIndex
)

Implementation

@JSExport()
JSPromise stopAnimation(ThermionEntity entity, int animationIndex) =>
    viewer.stopAnimation(entity, animationIndex).toJS;