大约有 708 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
Laya_社区(372) Laya3.0_api(110) Laya2.0_api(105) laya_api(67) Laya2.0_文档(26) Laya2.0_示例(10) Laya3.0_文档(9) Laya_示例(9)
...) at Loader.__proto.event (laya.core.js:911) at Loader.__proto.complete (laya.core.js:14555) at Loader.__proto.onLoaded (laya.core.js:14523) at EventHandler.__proto.runWith (laya.core.js:1155) at HttpRequest.__proto.event (laya.core.js:911) at HttpRequest.__proto....
来源: Laya_社区 发布时间: 20180919
...tring = close[static] 定义 close 事件对象的 type 属性值。Event COMPLETE : String = complete[static] 定义 complete 事件对象的 type 属性值。Event COMPONENT_ADDED : String = componentadded[static] 定义 componentadded 事件对象的 type 属性值。Event COMPONENT_REMOVED : ...
来源: Laya2.0_api 发布时间: 20190513
...事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler = null):void 加载指定地址的图片。 Texture moveUV(offsetX:Number, offsetY:Number, uv:Array):Array[static] 平移 UV。 Texture off(type:String, caller:*, listener:Function, onceOnly:Boolean = false...
来源: Laya2.0_api 发布时间: 20190513
...一个回调 Laya.LoaderManager.prototype["_loadAssets"] = function (arr, complete, progress, type, priority, cache, group) { (priority === void 0) && (priority = 1); (cache === void 0) && (cache = true); var itemCount = arr.length; var loadedCount = 0; var totalSize = 0; var items =...
来源: Laya_社区 发布时间: 20171226
...n_Ts_Weixin/bin/libs/laya.tiledmap.js:411:31) at TiledMap.__proto.onJsonComplete (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.tiledmap.js:398:19) at EventHandler.__proto.runWith (file:///D:/layadata/laya2.0/Sokoban_Ts_Weixin/bin/libs/laya.core.js:1407:59) at Loader.__proto.e...
来源: Laya_社区 发布时间: 20190304
...tring = close[static] 定义 close 事件对象的 type 属性值。Event COMPLETE : String = complete[static] 定义 complete 事件对象的 type 属性值。Event COMPONENT_ADDED : String = componentadded[static] 定义 componentadded 事件对象的 type 属性值。Event COMPONENT_REMOVED : ...
来源: laya_api 发布时间: 20170929
...ya/Hello/bin/libs/laya.tiledmap.js:257:31) at TiledMap.__proto.onJsonComplete (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.tiledmap.js:244:19) at EventHandler.__proto.runWith (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.core.js:1125:59) ...
来源: Laya_社区 发布时间: 20181026
...core.js:1127) at Loader.__proto.event (laya.core.js:883) at Loader.__proto.complete (laya.core.js:14959) at Loader.__proto.onLoaded (laya.core.js:14927) at EventHandler.__proto.runWith (laya.core.js:1126) at HttpRequest.__proto.event (laya.core.js:883) at HttpRequest.__proto.complete (laya.core.js:1...
来源: Laya_社区 发布时间: 20181013
...该会有这个问题才是的 比如说这个代码: this.hr.once(Event.COMPLETE, this, onHrCompleteHandler); this.hr.once(Event.ERROR , this ,onHrErrorHandler); this.hr.send($url, $data, $method, $responseType, $headers); private function onHrCompleteHandler():void { if(this.completeHandler) { t...
来源: Laya_社区 发布时间: 20180528
...L); //创建动画模板 templet=new Laya.Templet(); templet.on(Laya.Event.COMPLETE,this,parseComplete); templet.on(Laya.Event.ERROR,this,onError); //加载动画文件 templet.loadAni("res/spine/goblins/goblins.sk"); function onError() { console.log("parse error"); } function parseComplete() { //...
来源: Laya2.0_文档 发布时间: 20210715