|
| class | Avatar |
| | Avatar module — layered character rendering for VN / portrait use. Script: avatar <- eve.Avatar(); 更多...
|
| |
| class | AvatarInstance |
| | Unified avatar instance. Kind is a string: "image" | "live2d" | "vroid". Script-facing API avoids overloads; kind-specific methods no-op / return false when unsupported. 更多...
|
| |
| class | ILive2DBackend |
| | Optional Live2D runtime backend (Cubism etc.). Registered from C++ / plugins. 更多...
|
| |
| class | NullLive2DBackend |
| | Built-in Live2D placeholder backend (no Cubism SDK). Stores path / parameters / expression / motion so scripts and tests can run without a proprietary runtime. Replace via Avatar::registerLive2DBackend (see examples/live2d-backend-plugin). 更多...
|
| |