大约有 14 项符合查询结果, 库内数据总量为 30,935 项。 (搜索耗时: 0.0038 秒)
...hildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearAll clearTimer contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponen...
来源: Laya3.0_api 发布时间: 20231115
...protocol); } /** 清除所有*/ public clearAll(): void { this.protocols.clear(); } /** 销毁*/ public destroy(): void { this.socket = null; this.protocols.clear(); ...
来源: Laya_社区 发布时间: 20161109
...call(caller, item); } } pool.length = 0; } } }; //清理所有的对象池 ClearAll(caller:any, func:Function): void { for (var key in this._poolDic) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.call(caller, item); } } po...
来源: Laya3.0_文档 发布时间: 20250310
...call(caller, item); } } pool.length = 0; } } }; //清理所有的对象池 ClearAll(caller:any, func:Function): void { for (var key in this._poolDic) { var pool = this._poolDic[key]; if (func) { for (var i = 0, len = pool.length; i < len; i++) { var item = pool[i]; func.call(caller, item); } } po...
来源: Laya3.0_文档 发布时间: 20250104