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