(_animList)
| 36 | return tmpAL; |
| 37 | } |
| 38 | initAnimKeyList(_animList) { |
| 39 | if (_animList) { |
| 40 | let tmpAKL = []; |
| 41 | for (var tmpProperty in _animList.entries) { |
| 42 | tmpAKL.push(tmpProperty); |
| 43 | } |
| 44 | return tmpAKL; |
| 45 | } |
| 46 | } |
| 47 | |
| 48 | // EXTERNAL: give key list object |
| 49 | getTextureKeyList() { |
no outgoing calls
no test coverage detected