# Enumeration: MotionPreloadStrategy (/jsdoc/pixi-vn-live2d/core/enumerations/MotionPreloadStrategy)



Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:3360

Indicates how the motions will be preloaded.

## Enumeration Members [#enumeration-members]

### ALL [#all]

\> **ALL**: `"ALL"`

Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:3362

Preload all the motions.

***

### IDLE [#idle]

\> **IDLE**: `"IDLE"`

Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:3364

Preload only the idle motions.

***

### NONE [#none]

\> **NONE**: `"NONE"`

Defined in: node\_modules/untitled-pixi-live2d-engine/types/index.d.ts:3366

No preload.
