大约有 735 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0053 秒)
Laya_社区(635) Laya2.0_文档(49) Laya3.0_文档(31) laya_api(4) Laya_示例(4) Laya3.0_api(4) Laya2.0_示例(4) Laya2.0_api(4)
...new Laya.HTMLDivElement(); div.innerHTML="<img src='res/atlas/test.png'/>" Laya.stage.addChild(div); } TypeError: Illegal constructor laya.core.js:11687 at Function.getInstance (file:///D:/work/test2/bin/libs/laya.core.js:11687:24) at Functio...
来源: Laya_社区 发布时间: 20190926
...3ds、mp3、pvr、wav、plist、ttf、fnt、gz、ccz、m4a、mp4、bmp、atlas、swf、ani、part、proto、bin、sk、mipmaps、txt、zip、tt、map、ogg、silk、dbbin、dbmv、etc、lmat、lm、ls、lh、lani、lav、lsani、ltc。 #### 2、为什么游戏在一些机型上边缘有锯齿? 在...
来源: Laya2.0_文档 发布时间: 20210715
...:转换失败---chitianshishoux--加载错误,xxx/xxx/chitianshishoux.atlas 问题状态 最新活动: 2018-04-09 12:11 浏览: 1045 关注: 3 人 shiyang • 2018-04-09 13:05 只能刷新吗,有没有停止渲染,然后恢复渲染的API Apple • 2018-04-09 13:45 可以尝试stage.renderin...
来源: Laya_社区 发布时间: 20180409
...: void { this.spr.size(512, 313); //设置Sprite大小 this.spr.loadImage("atlas/comp/image.png"); //添加纹理 } } 效果如图1-2所示: (图1-2) 1.2 3D节点的基础使用 首先,如动图1-3所示,将场景中已经添加好的3D节点Cube拖入到@property暴露的属性入口中...
来源: Laya3.0_文档 发布时间: 20251010
...ttps://www.layaair.com/3.x/de ... .skel https://www.layaair.com/3.x/de ... atlas https://www.layaair.com/3.x/de ... o.png 不带安卓工程的代码见附件,名字叫testspine.zip 带安卓工程的代码因为太大无法上传,请点击链接下载http://47.94.158.137:8999/mctgd1117/testspin...
来源: Laya_社区 发布时间: 20231221
...存在 https://3dparking-1256769450.cos.ap-shanghai.myqcloud.com/test/res/atlas/main.png 2019-06-13 0 12 分享 微博 QZONE 微信 kylin 赞同来自: 目前来看,即使加了版本管理,引用云上资源仍然引用的无版本号的资源。现在的问题是即使是无版本管理的...
来源: Laya_社区 发布时间: 20190613
...s, this.onVersionLoaded), Laya.ResourceVersion.FILENAME_VERSION); 和 Laya.AtlasInfoManager.enable("fileconfig.json", Laya.Handler.create(this, this.onConfigLoaded)); 都要删掉。 内涵tv何吓吓 • 2019-03-06 14:04 @aqualee:谢谢 我可以用了,加载的图集.atlas文件是可...
来源: Laya_社区 发布时间: 20190305
...属性既可以是一个图片的url,也可以是一个序列帧动画(atlas文件)的url。 文本处理:GTextField、GTextInput GTextField用于显示静态文本,是对引擎Text类的封装,支持显示普通文字、富文本、图文混排等。 GTextInput用于接收用户输入...
来源: Laya3.0_文档 发布时间: 20251010
... private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skins).then(() => { this.createBtn(); this.createvbox();...
来源: Laya3.0_文档 发布时间: 20251010
... private btn3: Laya.Button; // 按钮皮肤资源 private skins: string = "atlas/comp/button.png"; //组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 onAwake(): void { Laya.loader.load(this.skins).then(() => { this.createBtn(); this.createHbox();...
来源: Laya3.0_文档 发布时间: 20251010