Interface: InternalModelOptions
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3113
Extends
Extended by
Properties
breathDepth?
> optional breathDepth?: number
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3118
Define natural movements depth (0.0-1.0).
Default
1.0checkMotionConsistency?
> optional checkMotionConsistency?: boolean
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3341
Whether to validate motion3.json consistency when creating motions.
Default
falseInherited from
MotionManagerOptions.checkMotionConsistency
eyeBlink?
> optional eyeBlink?: boolean
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3133
Whether to enable automatic eye blinking between motions.
Default
trueidleMotionGroup?
> optional idleMotionGroup?: string
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3336
Specifies the idle motion group.
Default
"idle" in Cubism 2 and "Idle" in Cubism 4.Inherited from
MotionManagerOptions.idleMotionGroup
lipSyncGain?
> optional lipSyncGain?: number
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3123
Gain multiplier applied to the analyzed mouth-sync input value.
Default
1.5lipSyncWeight?
> optional lipSyncWeight?: number
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3128
Blend weight used when adding lip-sync values to mouth parameters.
Default
0.4motionPreload?
> optional motionPreload?: MotionPreloadStrategy
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3331
How to preload the motions.
Default
Inherited from
MotionManagerOptions.motionPreload
useHighPrecisionMask?
> optional useHighPrecisionMask?: boolean | "auto"
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3139
Whether to use Cubism's high precision clipping mask rendering. Only supported by Cubism 3/4/5 models.
Default
'auto'