大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0089 秒)
...nicodeEscapeSequence -- uXXXX at JS_Parse_Error.get (eval at <anonymous> (/Applications/LayaAirIDE_beta.app/Contents/Resources/app/node_modules/layacmd/node_modules/uglify-js/tools/node.js:27:1), <anonymous>:86:23) 2018-01-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...
来源: Laya_社区 发布时间: 20180102
...l_preject\\WildernessSurvival_LayaClient\\src\\Srcipt\\npc\\EnemyBase.ts -> E:\\WildernessSurvival_preject\\WildernessSurvival_LayaClient\\src\\Srcipt\\game\\AnimatorState.ts -> E:\\WildernessSurvival_preject\\WildernessSurvival_LayaClient\\src\\Srcipt\\npc\\EnemyBase.ts', toString: [Function]...
来源: Laya_社区 发布时间: 20200317
...回复 大林 赞同来自: Laya.init(AdaptManage.Instance<AdaptManage>().getInitWidth(), AdaptManage.Instance<AdaptManage>().getInitHeight(), Laya["WebGL"]); 2019-01-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 皓...
来源: Laya_社区 发布时间: 20190110
...怎么设置呢? <font style='fontSize:30;font:stx' color='#67fc2c'>测试</font> stx是我咋index里自定义的字体。。这个加进去没效果。。 Monica • 2017-11-22 17:28 @15818760256:参考下这个帖子中第一条示例吧
来源: Laya_社区 发布时间: 20171119
...Camera(0,,0.1,100); 3D相机有三个参数: /** * 创建一个 <code>Camera</code> 实例。 * @param aspectRatio 横纵比。 * @param nearPlane 近裁面。 * @param farPlane 远裁面。 */ aspectRatio 这个纵横比到底有什么用 nearPlane 近裁面 ...
来源: Laya_社区 发布时间: 20190410
...r: Unexpected token A in JSON at position 217 at JSON.parse (<anonymous>) at Function.MiniAdpter.getJson (http://127.0.0.1:38746/game/code.js:34118:15) at Function.MiniLoader.onReadNativeCallBack (http://127.0.0.1:38746/game/code.js:41764:25) at Handler.__proto.runWith (http://127.0.0.1:38746/...
来源: Laya_社区 发布时间: 20180803
... SoundManager.soundVolume = volume; for (let i = SoundManager._channels.length - 1; i >= 0; i--) { let channel = SoundManager._channels[i]; if (channel.url != SoundManager._bgMusic) { channel.volume = volume; } } } } 通过设置volume参数,可以有效控制url所对应声音文件的音...
来源: Laya3.0_文档 发布时间: 20251010
...活,谢谢? const scene = new Laya.Scene(); scene.onOpened = () => { console.log('scene onOpened'); }; scene.open(); console.log('scene', scene.active, scene.activeInHierarchy); Laya.timer.frameOnce(10, this, () => { console.log('scene 2', scene.active, scene.activeInHierarchy); }); ...
来源: Laya_社区 发布时间: 20190218
分享:HTML实体,避免浏览器解析时产生歧义 > 大于号(>) < 小于号(<) &#39; 单引号(') &amp; 链接符(&) &quot; 双引号(") &copy; 版权符号,圆下一个C ...
来源: Laya_社区 发布时间: 20170524
... 提交 2 个回复 qianyifei 赞同来自: xml 添加<depthAndStencil>true</depthAndStencil> 这个就好了,明显是3d问题,straling发布手游项目也会提示这个! 2016-08-02 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 这是你的sdk版本太低了,你换新...
来源: Laya_社区 发布时间: 20160722