MCPcopy Create free account
hub / github.com/Voine/ChatWaifu_Mobile / ChangeModelTo

Method ChangeModelTo

Live2D/src/main/cpp/LAppView.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387void LAppView::ChangeModelTo(std::string modelPath, std::string modelJsonFileName)
388{
389 _nextModelPath = modelPath;
390 _nextModelJsonFileName = modelJsonFileName;
391 _changeModel = true;
392}
393
394void LAppView::ApplyExpression(const char* expressionName) {
395 _modelParameters.changeExpression = true;

Callers 2

RenderMethod · 0.45
ModelChangeToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected