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

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

1. Laya.Tween.to或者Laya.Tween.from注意事项 [ 100%]

Laya.Tween.to或者Laya.Tween.from注意事项 这两天发现一个问题,自己的dialog弹窗有时候总是关闭一半,就停止不动了。看了很久他的源码,自己还傻傻的重新写了一个dialogManger(官方上写着可以自定义)。改了之后发现还是不行,最...

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

2. laya有没有进入舞台移除舞台时触发的事件,类似于Event.REMOVED_FROM_STAGE,Event.ADDED_TO_STAGE [ 99%]

...有进入舞台移除舞台时触发的事件,类似于Event.REMOVED_FROM_STAGE,Event.ADDED_TO_STAGE 2019-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 朝暮 赞同来自: 新手,没百度出来...

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

3. 关于缓动函数from的一些问题记录 [ 94%]

关于缓动函数from的一些问题记录 以下为我第一次写的代码```javaScript var letterText = new Laya.Text(); letterText.text ="hello world"; letterText.width = 400; letterText.height = 200; letterText.fontSize = 36; letterText.align = "center"; letterText.valign = "middle"; var offs...

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

4. laya2.0 ts脚本需要 import ** from ** 问题 [ 86%]

laya2.0 ts脚本需要 import ** from ** 问题 ts脚本 现在 import ** from 只能用相对路径. 这样文件夹多了. 每次import 头晕. 想改为绝对路径.这样就不要关注各种./../../ 1.我尝试修改 tsconfig.json 里的 "baseUrl" 属性 编辑器不提示错误.但是运行...

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

5. html5发布iOS编译报错 [ 86%]

...r architecture x86_64:   "_OBJC_CLASS_$_LayaPlatformCallback", referenced from:       objc-class-ref in MarketAppStore.o   "_OBJC_CLASS_$_LayaPlatformFactory", referenced from:       objc-class-ref in MarketAppStore.o   "_OBJC_CLASS_$_conchConfig", referenced from:       objc-class-ref i...

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

6. ts加密md5码封装 [ 85%]

...t: any[] = target.map( (_, index: number) => index % step === 0 ? Array.from(Array(step).keys()).map((x: number) => target[index + x]) : [] ) .filter((x: any[]) => x.length > 0); if (markString) result = result.map((x: any[]) => x.join("")) return result; } padding(str: string | any[]...

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

7. 缓动接口建议 [ 82%]

...个tween函数内部机制有可能有bug。我这边出现过调用tween.from图素偶现变大,较难复现而且确认自己这里没有调用放大的接口。还有一个是连续调用两次tween.from接口有可能导致图素显示不出来(预想的应该是移动到某处突然回到...

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

8. 3D射线碰撞总是会穿墙,求解决方法 [ 77%]

...有 this.capsuleCollider = new Laya.CapsuleColliderShape(0.25, 0.85); this.from = new Laya.Vector3(this.player.tran*orm.position.x, this.player.tran*orm.position.y + 1.5, this.player.tran*orm.position.z + 2); this.to = new Laya.Vector3(this.player.tran*orm.position.x, this.player.tran*orm.position.y...

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

9. 上架的游戏被苹果下架了 [ 76%]

...   没有加任何的第三方支付,跟苹果申诉也没用。    From Apple 3. 1.1 Business: Payments - In-App Purchase Guideline 3.1.1 - Business - Payments - In-App Purchase We noticed that your app or its metadata enables the purchase of content, services, or functionality in the app by m...

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

10. ios打包link错误 _jinit_color_converter [ 76%]

...bols for architecture armv7:   "_jinit_color_converter", referenced from:       _jinit_compress_master in libconch.a(jcinit.o)   "_AudioSessionSetActive", referenced from:       AudioEngineInterruptionListenerCallback(void*, unsigned long) in libconch.a(conchRuntime.o) l...

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