LogoPixi’VN
coreEnumerations

Enumeration: MotionPreloadStrategy

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

Indicates how the motions will be preloaded.

Enumeration Members

ALL

> ALL: "ALL"

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

Preload all the motions.


IDLE

> IDLE: "IDLE"

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

Preload only the idle motions.


NONE

> NONE: "NONE"

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

No preload.

On this page