大约有 240 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
Laya_社区(113) Laya2.0_文档(96) Laya3.0_文档(19) Laya_示例(5) Laya2.0_示例(4) Laya3.0_api(2) Laya2.0_api(1)
...jpg"); customMaterial6.normalTexture=new Laya.Texture2D.load("water/Normal.png"); customMaterial6.skyTexture =new Laya.Texture2D.load("water/Sunny1Reflection.PNG"); customMaterial6.underWaterTexture=new Laya.Texture2D.load("water/WaterSimple.jpg"); customMaterial6.vertexDispTexture=new Laya.Texture2...
来源: Laya_社区 发布时间: 20170527
...色 Laya.stage.bgColor = "#ffffff" //资源路径 Res = "res/img/monkey1.png"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(Res,Handler.create(this,graphicsImg)); })(); function graphicsImg() { img = new Sprite(); //获...
来源: Laya2.0_文档 发布时间: 20210715
...Laya.stage.bgColor = "#ffffff"; //资源路径 this.Res = "res/img/monkey1.png"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片并添加到舞台 Laya.loader.load(this.Res,Laya.Handler.create(this,this.graphicsImg)); } private graphicsImg():void{ this.img =...
来源: Laya2.0_文档 发布时间: 20210715
...后,可以看到AS3版本的目录结构如下图所示: ![图1](img/1.png) (图1) - "jslibs",“libs”为引擎代码目录,LayaAir引擎库代码处于该目录中。 - “laya.js.exe”为Windows系统下的AS3代码编译器,用于将AS3代码编译为JS代码。 - “LayaJSMac”...
来源: Laya2.0_文档 发布时间: 20210715
...om(); var s = r > 0.66 ? "img/flower1.jpg" : r > 0.33 ? "img/flower2.png" : "img/flower3.jpg" img.loadImage(s); img.on(Laya.Event.CLICK, this, () => { img.y -= 10; }) img.pos(100, 300) Laya.stage.addChild(img) } function createFlower() { var f = new Laya.Sprite(); var r = Math.random(); var...
来源: Laya_社区 发布时间: 20180412
...oader.retryNum = 0; var urls = ["do not exist", "../../res/fighter/fighter.png", "../../res/legend/map.jpg"]; Laya.loader.load(urls, Handler.create(this, onAssetLoaded), Handler.create(this, onLoading, null, false), Loader.TEXT); // 侦听加载失败 Laya.loader.on(Event.ERROR, this, onError); })()...
来源: Laya_示例 发布时间: 20241117
...项目设置为加载模式,会生成一个ui.json,还有ui.atlas和ui.png。 如果有大图片,bg.jpg不会放到ui.png里面。 这些资源都放到服务器,需要下载。 这时候,bg.jpg需要怎么下载呢? ui.atlas里面没有bg.jpg的信息。 2018-04-27 添加评论 免费...
来源: Laya_社区 发布时间: 20180427
...节点使用RevoluteJoint,PrismaticJoint,RigidBody;与accept:res使用jpg,png,txt限制后缀 | | option | Option和editOption的关联属性 option:可选择列表,如aaa,bbb,ccc | | min | Number和sNumber的最小值 | | max | Number和sNumber的最大值 | | label | Nodes的关联属性,展示...
来源: Laya2.0_文档 发布时间: 20210715
...节点使用RevoluteJoint,PrismaticJoint,RigidBody;与accept:res使用jpg,png,txt限制后缀 | | option | Option和editOption的关联属性 option:可选择列表,如aaa,bbb,ccc | | min | Number和sNumber的最小值 | | max | Number和sNumber的最大值 | | label | Nodes的关联属性,展示...
来源: Laya2.0_文档 发布时间: 20200603
...所以建议在创建项目的时候统一设置为`bin`。 ![图4](img/4.png) (图4) **步骤五**: 在构建路径配置的“`源路径`”窗口里点击“`添加文件夹`”,输入“引擎库所在目录”或点击“浏览”选择“引擎库所在目录”(注意:引擎库所在...
来源: Laya2.0_文档 发布时间: 20210715