* 注册类型处理器 * @param {string} type 类型名称 * @param {Function} handler 处理函数 (data, key, context) => void
(type, handler)
| 89 | this.nodeData = {}; |
| 90 | this.sceneAssets = []; |
| 91 | this.spriteFrames = {}; |
| 92 | this.audio = []; |
| 93 | this.animation = []; |
| 94 | this.prefabs = []; |
| 95 | this._writeQueue = []; |
| 96 | this._uuidList = []; |
nothing calls this directly
no outgoing calls
no test coverage detected