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

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

271. 苹果上架有问题啊 , !!!!!! [ 69%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement. This code, combined with a remote resource, can ...

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

272. h5 js项目打包发布后报错 [ 69%]

...本1.7.6laya.ui.min.js:1  Uncaught TypeError: this.preinitialize is not a function     at i (laya.ui.min.js:1)     at i (laya.ui.min.js:1)     at i (laya.ui.min.js:2)     at mainUI (layaUI.max.all.js:14)     at Function.<anonymous> (laya.core.min.js:1)     at e (main.min.js:1)   ...

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

273. 经验分享:如何控制龙骨动画的播放索引! [ 69%]

...e:Skeleton; private var index:int;//帧频 private var time:Number; public function DragonDemo() { Laya.init(800,600,WebGL); index=15; mFactory=new Templet(); mFactory.on(Event.COMPLETE,this,omTemLoaded); mFactory.loadAni('NewDragon/NewDragon.sk'); } private function omTemLoaded():void { mArmature=m...

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

274. 3D物理引擎有没有什么办法可以像unity的constraint那样锁住某些轴的旋转与位移么? [ 69%]

...节点上的,会报 Uncaught TypeError: this.owner.localToGlobal is not a function TypeError: this.owner.localToGlobal is not a function 这个错误. 如果可以用2D引擎挂载到3D物体上,也是可以解决我现在的问题,如果这个方面可以有解决方案,也可以提供一下思路....

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

275. Laya.HTMLDivElement解析img标签报错 [ 69%]

...div);     } TypeError: Illegal constructor laya.core.js:11687     at Function.getInstance (file:///D:/work/test2/bin/libs/laya.core.js:11687:24)     at Function.getInstance (file:///D:/work/test2/bin/libs/laya.html.js:1213:39)     at Function._parseXML (file:///D:/work/test2/bin/libs/laya....

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

276. 1.7.6 beta 编译后出现 XXXX is not defined 的报错 [ 69%]

... ImageData is not defined? 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-06-27 10:46 浏览: 1353 关注: 2 人 moketao • 2017-06-27 11:15 可以了, 谢谢

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

277. 用谷歌获取经纬度报错? [ 69%]

...nSuccess), Handler.create(this, onError) ); // 成功获取位置后触发 function onSuccess(info:GeolocationInfo):void { trace('经纬度: (' + info.longitude + '°, ' + info.latitude + '°),精确度:' + info.accuracy + 'm'); if(info.altitude != null) trace('海拔:' + info.altitude + 'm' +...

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

278. 如何为list内部的button添加事件 [ 69%]

...• 2017-01-06 11:21 "this.sList.getItem(...).getChildByName is not a function" weiyongwill • 2017-01-06 14:39 经过测试在List.mouseHandler中点其他的元素都能通过e.target.name获取到名字,唯独textinput通过e.target.name获取到名字为空,而且e.type为mousedow...

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

279. startDrag的使用问题 [ 69%]

...,影响惯性力度和时长。          */         public function startDrag(area:Rectangle = null, hasInertia:Boolean = false, elasticDistance:Number = 0, elasticBackTime:int = 300, data:* = null, disableMouseEvent:Boolean = false, ratio:Number = 0.92):void {          2018-05-0...

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

280. LocalStorage的bug [ 69%]

...类里的Storage 类里的init()方法   (第94行), public static function init():void { __JS__("try{Storage.items=window.localStorage;Storage.setItem('laya', '1');Storage.removeItem('laya');Storage.support = true;} catch(e){}if(!Storage.support)console.log('LocalStorage is not supprot or b...

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