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

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

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

...ed from: -[MarketAppStore getEnterPlatformType] in MarketAppStore.o "_OBJC_CLASS_$_LayaPlatformCallback", referenced from: objc-class-ref in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_nPayType", referenced from: -[MarketAppStore getPayType] in MarketAppStore.o "_OBJC_IVAR_$_conchConfig.m_nChargeTy...

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

2. html5发布iOS编译报错 [ 97%]

...libcurls.a (3 slices) Undefined symbols for 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", ...

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

3. [LayaAir3]Pool对象池获取继承对象时会返回基类对象 [ 83%]

...ayaAir3]Pool对象池获取继承对象时会返回基类对象 const { regClass, property } = Laya; @regClass() export class Main extends Laya.Script { onStart() { let item1 = Laya.Pool.createByClass(TestClass); console.log('item1:', item1.type); Laya.Pool.recoverByClass(item1); let item2 = Laya.Po...

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

4. 2.0版本 ios浏览器旋转,会导致适配出现问题,无法旋转回来 [ 80%]

...&windowOnWidth!=windowWidth){ window.location.reload(); }   }     //class game.Game var yfqian=(function(){ function yfqian(){ var debug=yfqian.getUrl("debug"); console.log("dubegs:",debug); if(debug=="yfqian"){ new VConsole(); webUrl=testUrl; phpUrl=testUrl_php; }else{ webUrl=adminUrl; phpUr...

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

5. 2.0.0beta5 can not find class Laya.Text [ 79%]

2.0.0beta5 can not find class Laya.Text 我有个项目  Laya.version 显示 2.0.0beta5 请问我应该下载哪个版本的编辑器?我下载了   这两个版本的,运行的时候提示我这个   这是什么情况啊 附件 : --> 2021-06-24 添加评论 免费帖 --> 分享 微博 QZ...

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

6. app构建后在真机中运行报错 [ 75%]

...dle.js 文件和laya.core.js中有这个代码: *模板,预制件 */ //class laya.components.Prefab var Prefab=(function(){     function Prefab(){         /**@private */         this.json=null;     }      __class(Prefab,'laya.components.Prefab');     var __proto=...

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

7. 多次加载一个页面出现_$P为null的情况 [ 75%]

...function OnlinePlaySence(data) {     OnlinePlaySence.super(this); } Laya.class(OnlinePlaySence, "OnlinePlaySence", BasePlaySenceUI);   附件 : --> 2017-12-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya...

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

8. IOS的safari浏览器打开h5项目demo,游戏场景偏移(附件有完整demo) [ 74%]

...laya.display.Stage; import laya.display.Text; import laya.ui.Image; public class LayaSample { public function LayaSample() { //初始化引擎 Laya.init(1136, 640); Laya.stage.bgColor = "#235615"; //设置适配模式 Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; La...

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

9. 官网上的例子,_JS_()这个方法怎样可以调用到呢? [ 73%]

...有通过一个类的名字(字符串)来获取该类的方法?类似get class by name 如何检测Animation动画播放完毕后去执行方法? 调用Laya.loader.load()方法加载资源,怎么获取所加载的资源大小. laya中js 调到 java 那边的方法 是在主线程吗 对于使...

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

10. layaMaxUI.ts的自动生成代码bug [ 71%]

...ide编辑模式中使用   运行demo 按F12 生成 代码如下/**This class is automatically generated by LayaAirIDE, please do not make any modifications. */ import SceneBase from '../SceneBase' import View=Laya.View; import Dialog=Laya.Dialog; var REG: Function = Laya.ClassUtils.regClass; expor...

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