Interface MotionManagerEvents<Motion>

Type Parameters

  • Motion = any

Hierarchy

  • MotionManagerEvents

Events

destroy: []
  • Before destroyed.
motionLoadError: [unknown]
  • An error occurs when loading a Motion.

Param

The error.

motionLoaded: [Motion]
  • A Motion has been loaded.

Param

The Motion instance, varies in different Cubism version.

Generated using TypeDoc