LogoPixi’VN
coreInterfaces

Interface: csmMotionSegmentEvaluationFunction()

Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:2878

モーションカーブのセグメントの評価関数

> csmMotionSegmentEvaluationFunction(points, time): number

Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:2879

モーションカーブのセグメントの評価関数

Parameters

points

CubismMotionPoint[]

モーションカーブの制御点リスト

time

number

評価する時間[秒]

Returns

number

On this page