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

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

1861. 关于说明文档实战篇《微信飞机大战》的问题 [ 50%]

... : --> wxPlane.zip 2018-10-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复   赞同来自: 逻辑问题 你参考下图 2018-10-09 0 2 分享 微博 QZONE 微信 hj 赞同来自: 上面那个fly动画可能还...

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

1862. http://layaair.ldc.layabox.com/demo/?Text_Scroll 这个场景中只能有一个吗 我加了第二个 就不滚了 [ 50%]

...二个 就不滚了 2017-04-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 186*****260 赞同来自: 发现是 第二个txt的 txt.on(Event.MOUSE_DOWN, this, startScrollText); 这个函数监听不到  屏幕...

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

1863. laya.d3.animation.AnimationTransform3D [ 50%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames AnimationTransform3DProperties | Methods Packagelaya.d3.animationClasspublic class AnimationTransform3DInheritanceAnimationTransform3D EventDispatcher Object AnimationTransform3D 类用于实现3D变换。 Public Propert...

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

1864. LayaFlash如何使用chrome调试问题? [ 50%]

...hrome调试问题? 2015-12-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 调试方法参考如下:  1.LayaFlash调试工具   进入LayaFlash IDE的安装目录,双击打开Lay...

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

1865. Laya如何使用Promise、async、wait分享! [ 50%]

...http://blog.asroads.com/post/3f34ea36.html       解决方法2:在tsconfig.js中配置添加lib,promise 重点: 在 target 为 es5 或 es6 的时候,TypeScript 会有默认的 lib 列表,这在官⽅⽂档中有详细 说明。 target 定义为 es2017 是为了⽀持 async 函数,但...

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

1866. 关于使用matterjs物理引擎鼠标问题bug [ 50%]

...动钢体不管用 2018-04-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 8 个回复 Laya_XS 赞同来自: 能提供一个示例吗,我们查下你描述的问题 2018-04-03 0 2 分享 微博 QZONE 微信 liwenhua 赞...

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

1867. laya.d3.core.material.ExtendTerrainMaterial_API3.0 [ 50%]

...ch Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/material/ExtendTerrainMaterial" ExtendTerrainMaterial Class ExtendTerrainMaterial ... author ... Hierarchy Material ExtendTerrai...

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

1868. 分离模式下使用自定义场景类 [ 50%]

....parseTsImport”,修改该函数体内容:__proto.parseTsImport=function(str){ var tStr = str.replace("import",""); str = 'from'; str = tStr.indexOf(str) > -1 ? str : '='; tStr = StringTool$1.trimSide(tStr.split(str)[0]); this.importDic[tStr] = true; }当然也可以把CodeManager.parseTsImp...

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

1869. iOS环境浏览器使用mask黑屏 [ 50%]

...e 2.2.0以上的版本编译实例项目,这里用的2.3版本,在GameControl onEnable中执行如下代码:private _sp = new Laya.Sprite(); private _testMask() { this._sp.graphics.clear(); this._sp.graphics.drawCircle(100, 100, 50, '#ffffff'); Laya.timer.once(3000, this, () => { this.img.m...

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

1870. 如何加载一个HTML页面 [ 50%]

...载一个HTML页面 2017-11-13 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 lixiaodog 赞同来自: 代码如下,可是这个页面无法显示 ,且一直报错,"This page contains the following errors:err...

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