LogoPixi’VN
coreEnumerations

Enumeration: MotionPriority

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

Indicates the motion priority.

Enumeration Members

FORCE

> FORCE: 3

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

High priority. Motions as this priority will always be played regardless of the current priority.


IDLE

> IDLE: 1

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

Low priority, used when starting idle motions automatically.


NONE

> NONE: 0

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

States that the model is currently not playing any motion. This priority cannot be applied to a motion.


NORMAL

> NORMAL: 2

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

Medium priority.

On this page