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

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

1001. laya.d3.core.render.command.Command_API3.0 [ 56%]

... Command constructor recover run setContext Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

1002. 使用localToGlobal方法获取list单元格错误不准确 [ 56%]

...,还不准确,但是log出的box单元格是同一个 localToGlobal: function (ele, flag) {      var point = new laya.maths.Point(ele.pivotX, ele.pivotY);     // flag = flag ? true : false;     return ele.localToGlobal(point, flag);  }   console.log(box); var targetXY = Utils.localToG...

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

1003. 多个小程序都是使用同一模式的效果,怎么写一个配置文件,可以修改整体 [ 56%]

...对于渐变相机位移? 导微信小程序报错window.focus is not a function 想让一个2D的图形被鼠标点击时缩放一下,或左右摇晃一下,最后回到原大小或原位置,应该用什么缓动模式 3D平行光产生的投影,如何修改颜色深浅? dialog 自定义...

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

1004. Animator + 粒子会使程序卡死 [ 56%]

...效 laya插件有问题? 导微信小程序报错window.focus is not a function 粒子系统官例里载入的那些json文件是用什么软件生成的? 微信小程序canvas如何使用layaAir引擎 LayaAir3D 导出和使用U3D粒子特效 问题状态 最新活动: 2022-08-22 19:29 浏览: 7...

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

1005. 2.0的Rigidbody3D下面的totalForce没有实现么? [ 56%]

...demo吧?我用的5.1 this._nativeColliderObject.getTotalForce is not a function 2019-01-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 bpmf_d 赞同来自: (spr.getComponent(Laya.Rigidbody3D) as Laya.Rigidbod...

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

1006. laya程序如何上传到虚拟主机上呢? [ 56%]

...案例凹多边形的问题 导微信小程序报错window.focus is not a function 构建iOS工程后,真机上运行显示“网络异常,请检查您的网络或与开发商联系...”, 微信小程序canvas如何使用layaAir引擎 请问layaair2.0-js 怎么用程序在list中添加多元...

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

1007. Event类中的target属性IDE返回值为什么和文档不一样 [ 56%]

...的链接 提交 1 个回复 Monica - 知识达人 赞同来自: private function test(e:Event):void{ e.target//是这样获取的 } 2017-10-16 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 lbjryy 相关问题 Layaair IDE的帧属性面...

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

1008. VIVO小游戏插屏广告和激励视频广告问题 [ 56%]

...闭视频时报 ERROR: Uncaught TypeError: rewardVideo.onRewarded is not a function 这样的错误   我调用qg.createInsertAd也会报这样的错误 2019-11-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 D...

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

1009. 跳转场景后laya.core.js就报Cannot read property 'width' of null的错误 [ 56%]

...ught (in promise) TypeError: Cannot read property 'width' of null     at Function.Texture._create (laya.core.js:15946)     at Texture.__proto._onLoaded (laya.core.js:15750)     at EventHandler.__proto.runWith (laya.core.js:1410)     at ResInfo.__proto.event (laya.core.js:1166)     at Loade...

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

1010. 接听电话后,播放音效无反应,播放音乐可以 [ 56%]

... qq中打开  webgl   问题已解决 直接贴代码了 private static function _stageOnFocus():void { _isActive = true; Laya.stage.off(Event.MOUSE_DOWN, null, _stageOnFocus); if (_blurPaused) { if (_tMusic) { playMusic(_tMusic, _musicLoops, _musicCompleteHandler, _musicPosition); } _blurPaused ...

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