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

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

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

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

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

194. 对游戏中各种控件字体样式使用“白鹭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

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

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

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

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

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

200. 骨骼动画进阶(JavaScript-2D进阶篇(JS)-动画进阶) [ 62%]

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