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

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

2101. 如何设置title?用document.title设置的话,必须加载完成才行,我需要在加载过程中就使用指定标题 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2017-11-17 18:10 浏览: 764 关注: 2 人 a1005945485 • 2017-11-17 18:21 要是官方能在项目配置中加个这个选项,编译的时候自动设置这个标题,岂不...

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

2102. laya.utils.Base64Tool_API3.0 [ 52%]

..." Defined in laya/utils/Base64Tool.ts:3 Static lookup lookup: Uint8Array = null Defined in laya/utils/Base64Tool.ts:8 Static reg reg: RegExp = /^\s*data:([a-z]+\/[a-z0-9-+.]+(;[a-z-]+=[a-z0-9-]+)?)?(;base64)?,([a-z0-9!$&',()*+;=\-._~:@\/?%\s]*?)\s*$/i Defined in laya/utils/Base64Tool.ts:4 Static...

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

2103. 想做天空盒但是camera上没有sky这个属性 [ 52%]

...eMaterial.load("res/threeDimen/skyBox/skyBox1/skyBox.lmat", Handler.create(null, function(mat:SkyBoxMaterial):void { camera.skyboxMaterial = mat; Laya.timer.frameLoop(1, this, function():void { mat.rotation += 0.1; }); })); } 2018-10-22 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复...

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

2104. drawPath的绘制问题 [ 52%]

...224, 0], ["lineTo", 224, 448], ["moveTo", 256, 0], ["lineTo", 256, 448] ], null, {strokeStyle: "#0000ff",lineWidth:2});用上面的方式试下,是不是你要的效果,目前webGL还有问题,正在修复,以canvas显示效果为主! 2017-09-01 0 0 分享 微博 QZONE 微信 为什么被...

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

2105. laya(发布es5)下如何使用promise,我看了论坛有打包iOS运行报错的问题 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 项目分包后, 运行出错 问题状态 最新活动: 2018-04-24 10:49 浏览: 1541 关注: 2 人 ant2004eq • 2018-04-25 22:12 你是官方的吗?我浏览器上用了没问题啊?

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

2106. 创建图集的问题 [ 52%]

...Handler.create(this, onLoaded), laya.utils.Handler.create(this, onLoading, null, false)); // 使用图集 var arr = []; for(var i=1; i<=12; i++){ arr.push('nvhaidaomao/nvhaidaomao_down'+i+'.png'); } Animation.createFrames(arr, 'plane_fly'); // 运行游戏报错 Failed to load resource:net::ERR_F...

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

2107. laya2.2.0发布layanative(安卓),运行后报错 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 问题状态 最新活动: 2020-04-10 14:17 浏览: 1499 关注: 2 人

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

2108. 关于removeChildren、 destroy和destroyChildren的疑惑 [ 52%]

...Bead.super(this); this.name = 'sightBead'; this.graphics.drawCircle(0,0,40,null,'#ff0000',1); this.graphics.drawLine(-45,0,45,0,'#ff0000',1); this.graphics.drawLine(0,45,0,-45,'#ff0000',1); this.alpha = 0; Laya.stage.addChild(this); // this.pos(440,640); } Laya.class(sightBeadSprite, "SightBead", La...

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

2109. LocalStorage的bug [ 52%]

..., '1');Storage.removeItem('laya');Storage.support = window.localStorage != null;} catch(e){}if(!Storage.support)console.log('LocalStorage is not supprot or browser is private mode.')"); } 2018-07-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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

2110. 粒子系统有什么好的优化方案吗?现在用六个粒子, 发射数合起来大概300,造成掉帧 [ 52%]

...用view嵌套发布html5报"Uncaught TypeError:Cannot set property 'y' of null"的解决方案 unity 粒子特效 laya插件有问题? 一个3D正方体模型,想给它六个面贴不同的贴图,该如何处理? 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁...

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