coreInterfaces
Interface: CubismMotionEventFunction()
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:2491
イベントのコールバック関数を定義
イベントのコールバックに登録できる関数の型情報
> CubismMotionEventFunction(caller, eventValue, customData): void
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:2492
イベントのコールバック関数を定義
イベントのコールバックに登録できる関数の型情報
Parameters
caller
CubismMotionQueueManager
発火したイベントを再生させたCubismMotionQueueManager
eventValue
csmString
発火したイベントの文字列データ
customData
any
コールバックに返される登録時に指定されたデータ
Returns
void