coreType aliases
Type Alias: Live2DTextureLODMode
> Live2DTextureLODMode = false | "full" | "single-auto"
Defined in: node_modules/untitled-pixi-live2d-engine/types/index.d.ts:3968
Atlas texture LOD strategy used when loading and rendering Live2D model textures.
full: ask Pixi to generate a full mipmap chain for the original atlas.single-auto: keep the original atlas, and render with one generated downsampled atlas when the model is small enough on screen.false: use the original atlas only.