MCPcopy Create free account
hub / github.com/SilverTree7622/Phaser3_GUI_Inspector / initAnimKeyList

Method initAnimKeyList

js/manager/SrcManager.js:38–46  ·  view source on GitHub ↗
(_animList)

Source from the content-addressed store, hash-verified

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() {

Callers 2

constructorMethod · 0.95
tFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected