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

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

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 [ 97%]

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

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

3. 组件Clip(play方法的bug) [ 93%]

组件Clip(play方法的bug) __proto.play=function(from,to){ (from===void 0)&& (from=0); (to===void 0)&& (to=-1); this._isPlaying=true; this.index=from; this._toIndex=to; this._index++;//源码这里没必要吧 2018-11-30 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

4. 空项目的情况下面ios打包出现链表错误 [ 93%]

...itecture i386: "_OBJC_IVAR_$_conchConfig.m_nEnterPlatformType", referenced from: -[MarketAppStore getEnterPlatformType] in MarketAppStore.o "_OBJC_CLASS_$_LayaPlatformCallback", referenced from: objc-class-ref in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_nPayType", referenced from: -[MarketAppSto...

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

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

关于缓动函数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

6. 调试正常但发布后,index.html在浏览器打开出现跨源受限的问题 [ 89%]

...发布后,index.html在浏览器打开出现跨源受限的问题 Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. laya.core.min.js:6 [warn]Retry to load: E:/laya/layatest/release/lay...

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

7. 编译的时候报错 [ 87%]

...symbols for architecture arm64:   "_OBJC_CLASS_$_conchConfig", referenced from:       objc-class-ref in GameReadingViewController.o   "_OBJC_CLASS_$_conchRuntime", referenced from:       objc-class-ref in GameReadingViewController.o   "_OBJC_IVAR_$_conchRuntime.m_currentFrame", referenc...

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

8. 在cocos2d工程中集成laya编译不通过 [ 87%]

...里面集成laya后,编译提示"_OBJC_CLASS_$_conchRuntime", referenced from: objc-class-ref in ViewController.o 2018-06-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 有品青年 ...

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

9. 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

10. ts加密md5码封装 [ 86%]

...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