大约有 27,816 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0585 秒)
Laya_社区(26260) Laya3.0_api(468) Laya2.0_文档(427) Laya2.0_api(191) laya_api(154) Laya3.0_文档(119) Laya_示例(117) Laya2.0_示例(80)
LAYA2.0 无法编译 什么鬼问题? 开始编译: Wed Jul 24 2019 17:46:09 GMT+0800 (中国标准时间) -------------------------------------- [17:46:09] Working directory changed to D:\WorkSoftWare\LayaAirIDE2.0\LayaAirIDE_beta\resources\app [17:46:10] Using gulpfile D:\WorkSpace\ro_new\dev\c...
来源: Laya_社区 发布时间: 20190724
Laya.Video内存泄漏问题 前段时间用Laya来做视频播放的功能,版本是 1.7.4_beta 发现Laya.Video对象在destroy后内存占用不会被释放。 参考Google的各个结果,表示H5,video对象存在删除节点后并不能马上释放内存的BUG,如果是频繁的视频...
来源: Laya_社区 发布时间: 20170515
drawToTexture截大图有问题,会丢失 private nsp:Laya.Sprite; init(): void { this.nsp=new Laya.Sprite(); this.nsp.graphics.drawRect(0,0,1600,1600,"#ff0000"); this.nsp.mouseThrough=true; Laya.stage.addChild(this.nsp); this.nsp....
来源: Laya_社区 发布时间: 20220809
...回复 cuixueying 赞同来自: a4362928 package { import laya.display.Sprite; import laya.display.Stage; import laya.utils.HitArea; /** * ... * @author yung */ public class LayaAirDemo { private var red:Sprit...
来源: Laya_社区 发布时间: 20161122
...找到相关结果 已邀请: 与内容相关的链接 提交 6 个回复 Laya_Aaron 赞同来自: Laya.stage.scaleMode = "noborder"; 换成 Laya.stage.scaleMode = "showall"; testView.y = ___frame.height - testView.height 改成 testView.bottom =0; 用相对坐标,用那个计算会...
来源: Laya_社区 发布时间: 20180211
spine 播放错乱 templet: Laya.SpineTemplet; skeleton: Laya.SpineSkeleton; index = 0; private startFun(): void { //创建动画模板 this.templet = new Laya.SpineTemplet(); this.templet.loadAni("spine/10101001.json"); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.templet.o...
来源: Laya_社区 发布时间: 20210813
[2.2.0] ColorFilterSetter组件无法使用 ide layaAir 都是2.2.0 不多说直接看例子 undefined preload.js:55 Error: "Can not find class laya.effect.ColorFilterSetter" laya.core.js:29646 at getCompInstance (file:///D:/WQSG/Documents/testLayaFont/testLayaFont2/bin/libs/laya.core.js:296...
来源: Laya_社区 发布时间: 20190730
Laya.loader.create 加载进度问题 我用Laya.loader.create加载.lh模型, function ModelManager() { Laya.loader.create("res/Pipe/Pipe/a.lh", Laya.Handler.create(this, this.onCreateComplete()),Laya.Handler.create(this, this.onAssetsLoading)); } ModelManager.prototype.onCreateComplete = functi...
来源: Laya_社区 发布时间: 20180514
Laya2.0 给刚体添加 冲力后, 绘制的球体会抖动。 Laya2.0 给刚体添加 冲力后, 绘制的球体会抖动 2018-10-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Xq 赞同来自: 你...
来源: Laya_社区 发布时间: 20181022
...问题了,可以帮我查看一下吗? 作业系统:MacOS 10.12.6. LayaAir : 1.7.16beta. LayaAirUnityPlugin : 1.7.16. Unity : 5.6.2f1. 描述: 升级引擎后执行加载ls场景时遭遇到错误,附上Unity专案模型及错误截图。 Laya程式码:// 程序入口 class LayaAir3...
来源: Laya_社区 发布时间: 20180131