大约有 1,253 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0057 秒)
Laya_社区(1079) Laya2.0_文档(59) Laya3.0_文档(45) Laya2.0_示例(27) Laya_示例(24) Laya3.0_api(17) laya_api(1) Laya2.0_api(1)
... private connect(): void { console.log("connect...."); this.hr = new Laya.HttpRequest(); this.hr.once(Laya.Event.PROGRESS, this, this.onHttpRequestProgress); this.hr.once(Laya.Event.COMPLETE, this, this.onHttpRequestComplete); this.hr.once(Laya.Event.ERROR, this, this.onHttpRequestError); this...
来源: Laya_社区 发布时间: 20201023
LayaAir引擎 横竖屏切换,此引擎渲染有BUG Laya.stage.on(Laya.Event.RESIZE, this, this.OnresizeFn); Laya.stage.alignH = "center";//"left"; Laya.stage.alignV = "middle";//"top"; Laya.stage.screenAdaptationEnabled=true; oldWith: number = 0; oldheight: number = 0; HengPing(isFirst: b...
来源: Laya_社区 发布时间: 20180517
...自动滚屏,使得新添加的元素始终保持在最底部显示? LayaAir能做RPG吗?不要问我能不能,因为我已经在做 - 杀意来袭 求问shader中的attribute变量怎么动态修改 求指点3d射线碰撞和UI点击穿透的问题 循环依赖不能运行 Circular dependen...
来源: Laya_社区 发布时间: 20200817
...输出。是不是我哪里用得不对?代码如下 //初始化引擎 Laya.init(1136,640); var xhr = new Laya.HttpRequest(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processH...
来源: Laya_社区 发布时间: 20180827
...生效 private init():void { //添加点击事件处理 this.v_btn_boy.on(Laya.Event.CLICK, this, this.onClickBtnBoy); this.v_btn_friend.on(Laya.Event.CLICK, this, this.onClickBtnFriend); this.v_btn_shop.on(Laya.Event.CLICK, this, this.onClickBtnShop); console.log("init main scene"); } //点击羁...
来源: Laya_社区 发布时间: 20180312
... assets.push("res/apes/monkey2.png"); assets.push("res/apes/monkey3.png"); Laya.loader.load(assets, Handler.create(this, onAssetsLoaded)); private function onAssetsLoaded():void { for(var i:int = 0, len:int = assets.length; i < len; ++i) { var asset:Image = assets[i]; //查看log,清理前资...
来源: Laya_社区 发布时间: 20171019
打APK后加载unity导出资源出错 在laya 环境中运行正常 准备导出apk工程 ,可运行,能看出用laya创建的ui界面, 但是在执行 加载unity导出的资源时,报错 bundle.js:8960: typeError:Cannot set property 'active' of undefined sp.acctive=false 原代码的位置...
来源: Laya_社区 发布时间: 20191011
...↓↓↓↓↓↓↓↓↓↓↓↓↓ 03-09 21:14:54.677 23554 23663 I LayaBox : send httpRequest method:user.checkPlatformExist 03-09 21:14:54.678 23554 23663 I LayaBox : xhr.post url=http://xxx.yyy.cn/api 03-09 21:14:54.680 23554 23645 I LayaBox : Download [ ]:http://xxx.yyy.cn/api 03-09 2...
来源: Laya_社区 发布时间: 20180315
Laya.Script的派生类的_update函数不工作? 我从Laya.Script类extends了一个自己的class,贴在一个物体上,运行的时候脚本的_start函数中的log正常打印出来了,但是_update函数中的log没有打印 _update(state:Laya.RenderState) { console.log("state:", st...
来源: Laya_社区 发布时间: 20180614
...被折叠 要回复问题请先登录 发起人 空格 相关问题 请问LayaAir中如何使图片以圆形的方式显示? 安装layaAirIDE2 ,跟着官网敲hello world 例子,为什么不显示? 有什么容器能够实现当子元素达到显示上限后自动滚屏,使得新添加的...
来源: Laya_社区 发布时间: 20191111