MCPcopy Create free account
hub / github.com/axmolengine/axmol / GetModel

Method GetModel

tests/live2d-tests/Source/LAppLive2DManager.cpp:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135LAppModel* LAppLive2DManager::GetModel(csmUint32 no) const
136{
137 if(no < _models.GetSize())
138 {
139 return _models[no];
140 }
141
142 return NULL;
143}
144
145csmUint32 LAppLive2DManager::GetModelCount() const
146{

Callers 2

drawDebugRectsMethod · 0.45
OnUpdateMethod · 0.45

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected