大约有 67 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0041 秒)
Laya.Tween.to或者Laya.Tween.from注意事项 这两天发现一个问题,自己的dialog弹窗有时候总是关闭一半,就停止不动了。看了很久他的源码,自己还傻傻的重新写了一个dialogManger(官方上写着可以自定义)。改了之后发现还是不行,最...
来源: Laya_社区 发布时间: 20181225
...有进入舞台和移除舞台时触发的事件,类似于Event.REMOVED_FROM_STAGE,Event.ADDED_TO_STAGE 2019-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 朝暮 赞同来自: 新手,没百度出来...
来源: Laya_社区 发布时间: 20191107
关于缓动函数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
laya2.0 ts脚本需要 import ** from ** 问题 ts脚本 现在 import ** from 只能用相对路径. 这样文件夹多了. 每次import 头晕. 想改为绝对路径.这样就不要关注各种./../../ 1.我尝试修改 tsconfig.json 里的 "baseUrl" 属性 编辑器不提示错误.但是运行...
来源: Laya_社区 发布时间: 20180920
...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
...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
...个tween函数内部机制有可能有bug。我这边出现过调用tween.from图素偶现变大,较难复现而且确认自己这里没有调用放大的接口。还有一个是连续调用两次tween.from接口有可能导致图素显示不出来(预想的应该是移动到某处突然回到...
来源: Laya_社区 发布时间: 20171025
...有 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
... 没有加任何的第三方支付,跟苹果申诉也没用。 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
...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