coreInterfaces
Interface: MotionManagerEvents<Motion>
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3712
Type Parameters
Motion
Motion = never
Events
destroy
> destroy: []
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3730
- Before destroyed.
motionLoaded
> motionLoaded: [Motion]
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3717
- A Motion has been loaded.
Param
-
The Motion instance, varies in different Cubism version.
motionLoadError
> motionLoadError: [unknown]
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3724
- An error occurs when loading a Motion.
Param
-
The error.