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).
更多...
#include <Live2DNullBackend.h>
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).
在文件 Live2DNullBackend.h 第 16 行定义.
◆ expression()
| std::string eve::avatar::NullLive2DBackend::expression |
( |
| ) |
const |
|
inline |
◆ getName()
| std::string eve::avatar::NullLive2DBackend::getName |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ getParameter()
| float eve::avatar::NullLive2DBackend::getParameter |
( |
const std::string & |
name | ) |
const |
|
inlineoverridevirtual |
◆ loadModel()
| bool eve::avatar::NullLive2DBackend::loadModel |
( |
const std::string & |
path | ) |
|
|
inlineoverridevirtual |
◆ modelPath()
| std::string eve::avatar::NullLive2DBackend::modelPath |
( |
| ) |
const |
|
inline |
◆ motion()
| std::string eve::avatar::NullLive2DBackend::motion |
( |
| ) |
const |
|
inline |
◆ setExpression()
| bool eve::avatar::NullLive2DBackend::setExpression |
( |
const std::string & |
name | ) |
|
|
inlineoverridevirtual |
◆ setMotion()
| bool eve::avatar::NullLive2DBackend::setMotion |
( |
const std::string & |
name | ) |
|
|
inlineoverridevirtual |
◆ setParameter()
| void eve::avatar::NullLive2DBackend::setParameter |
( |
const std::string & |
name, |
|
|
float |
value |
|
) |
| |
|
inlineoverridevirtual |
◆ update()
| void eve::avatar::NullLive2DBackend::update |
( |
float |
| ) |
|
|
inlineoverridevirtual |
该类的文档由以下文件生成: