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

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

211. laya2.6.0打apk和小游戏都会报_InPool为null [ 89%]

laya2.6.0打apk和小游戏都会报_InPool为null 游戏引擎里正常运行,打rpk和apk就会报InPool为空   游戏DEMO   链接:https://pan.baidu.com/s/1MSbvFGkRm_B38ErIrEtaLQ  提取码:pzad 附件 : --> 2021-09-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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

212. laya.device.motion.Gyroscope [ 89%]

...fined By  Gyroscope(singleton:int)Gyroscope event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指...

来源: laya_api 发布时间: 20170929

213. laya.d3.core.light.LightSprite [ 89%]

...addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node...

来源: Laya2.0_api 发布时间: 20190513

214. laya.d3.core.Camera [ 89%]

...ayer值为0到31层。 BaseCamera callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node...

来源: Laya2.0_api 发布时间: 20190513

215. laya.device.motion.Gyroscope [ 89%]

...fined By  Gyroscope(singleton:int)Gyroscope event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher isMouseEvent(type:String):Boolean 检测指...

来源: Laya2.0_api 发布时间: 20190513

216. laya.d3.core.trail.TrailSprite3D [ 89%]

...addInputChild(node:Node):NodeNode callLater(method:Function, args:Array = null):void 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 Node clearTimer(caller:*, method:Function):void 清理定时器。功能同Laya.timer.clearTimer()。 Node...

来源: Laya2.0_api 发布时间: 20190513

217. laya.d3.terrain.TerrainRes [ 89%]

...nHeightData 实例。 TerrainRes  _parse(data:*, propertyParams:Object = null, constructParams:Array = null):TerrainRes[static] 异步回调 TerrainRes  load(url:String, complete:Handler):void[static] 加载地形模板,注意:不缓存。 TerrainRes  onLoadTerrainComplete(heightData:TerrainHe...

来源: Laya2.0_api 发布时间: 20190513

218. 加载的时候动画会卡 [ 89%]

...d(imgArr,Handler.create(this,onAssetLoaded),Handler.create(this,onProgress,null,false));     }   (function() {     function Lload() {         Lload.__super.call(this);         this.dh();         this.btn.on(Event.MOUSE_DOWN,game,this.toquanjing);         Laya.propertyIsEnumerabl...

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

219. 程序可以运行,但是过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 [ 88%]

...过一段时间会出现Uncaught TypeError: Cannot read property 'font' of null错误,如何修改代码 附件 : --> 2017-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: 能发一...

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

220. 子弹添加了colliderShape后onUpdate移动,destroy会报错“Cannot read property 'getWorldTransform' of null[ 88%]

...ate移动,destroy会报错“Cannot read property 'getWorldTransform' of null” 发射时生成子弹: onFire() { if (this.isFire) { Laya.Mesh.load("fly2/fly3-bullet.lm", Laya.Handler.create(this, function (m) { let bullet = new Laya.MeshSprite3D(m); this.Sn.addChild(bullet); bullet.addComponen...

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