• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 710 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0060 秒)

191. 分享:销毁龙骨动画! [ 64%]

...mAniPath = "Dragon/Dragon.sk"; mFactory = new Templet(); mFactory.on(Event.COMPLETE, this, parseComplete); mFactory.loadAni(mAniPath); } public function destroy():void { mArmature.stop();//停止龙骨动画播放 removeEvent();//移除事件 mArmature.removeSelf();//从显示列表移除龙骨动...

来源: Laya_社区 发布时间: 20170406

192. Uncaught TypeError: Cannot read property 'props' of undefined [ 64%]

...)     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

193. laya.ui.UIEvent [ 63%]

...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

194. laya.resource.Texture [ 63%]

...事件类型是否是鼠标事件。 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

195. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 63%]

...一个回调 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

196. tiledmap Bug [ 63%]

...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

197. laya.ui.UIEvent [ 63%]

...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

198. tiledMap 官方示例都运行不了 [ 63%]

...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

199. layaair ide 2.0.0 beta2 读取.lh文件报错 [ 62%]

...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

200. Native下http请求,Error事件中的error对象错误码全都是404 [ 62%]

...该会有这个问题才是的 比如说这个代码: 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