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

大约有 2,932 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0066 秒)

761. Dialog.show 的 showEffect参数在微信真机上的问题 [ 69%]

...个测试,在微信小游戏上显示一个Dialog 代码如下: Laya.loader.load(["res/atlas/comp.atlas"], Laya.Handler.create(this, function(){ console.log("load atals ok"); var dlg1:ui.TestDlgUI = new ui.TestDlgUI(); Laya.stage.addChild(dlg1); dlg1.show(); }));在微信小游戏的模拟器上...

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

762. UI-Slider [ 69%]

...ar.png"); skins.push("res/ui/vslider.png", "res/ui/vslider$bar.png"); Laya.loader.load(skins, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { this.placeHSlider(); this.placeVSlider(); } placeHSlider() { const HSlider = Laya.HSlider, Handler = Laya.Handler; let hs = new HSlider("res/...

来源: Laya2.0_示例 发布时间: 20241119

763. 物理碰撞器(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 69%]

...at:Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); Laya.Texture2D.load("res/threeDimen/Physics/grass.png", Laya.Handler.create(this, function(tex:Laya.Texture2D) { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 planeMat.tilingOffset = new Laya.Vector4(10, 10, 0, 0); //设...

来源: Laya2.0_文档 发布时间: 20210715

764. 物理碰撞器(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 69%]

...质 var planeMat:BlinnPhongMaterial = new BlinnPhongMaterial(); Texture2D.load("res/threeDimen/Physics/grass.png", Handler.create(null, function(tex:Texture2D):void { planeMat.albedoTexture = tex; })); //设置纹理平铺和偏移 planeMat.tilingOffset = new Vector4(10, 10, 0, 0); //设置材质 pl...

来源: Laya2.0_文档 发布时间: 20210714

765. UI-CheckBox [ 69%]

...", "../../res/ui/checkbox (5).png", "../../res/ui/checkbox (6).png"]; Laya.loader.load(skins, Handler.create(this, onCheckBoxSkinLoaded)); })(); function onCheckBoxSkinLoaded() { var cb; for (var i = 0; i ; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.st...

来源: Laya_示例 发布时间: 20241119

766. 关于下拉列表的选择触发 [ 69%]

...t = "当前地图:" + this.big_map.selectedLabel } else { var dia1 = new loading() dia1.confirm.label = "大秘境钥匙不足" dia1.loading_desc.text = "可在小秘境挂机获取" dia1.confirm.on(Laya.Event.MOUSE_UP, this, dai1, [dia1]) dia1.popup() // this.big_map.selectedIndex = 0 } } } 两...

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

767. 导入3D模型有问题 [ 69%]

...加自定义模型        var mesh = scene.addChild(new Laya.Sprite3D.load("res/dg/dg.lh"));        mesh.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) {        setMeshParams(sprite, Laya.StandardMaterial.RENDERMODE_CUTOUT, new Vector4(3.5, 3.5, 3.5, 1.0), new Vector3(0.6, 0.6...

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

768. ColorPicker组件的皮肤制作标准是? [ 69%]

...lor = "#efefef";//设置画布的背景颜色。               Laya.loader.load("resource/ui/color.png", Handler.create(this,onLoadComplete));//加载资源。           }           private function onLoadComplete():void           {               trace("资源加载完...

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

769. 微信小游戏报错 the .lh file root type must be Scene [ 69%]

...eta private screen3DPath: string = "res/layaScene/xiangsuqiche.ls"; public LoadScene3D(): Laya.Scene { console.log("screen#DPath = " + this.screen3DPath); let scene: Laya.Scene = Laya.Scene.load(this.screen3DPath); Laya.stage.addChildAt(scene, 0); this.InitCamera(scene); return scene; } 微信小游...

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

770. Laya2.1 加载spine动画会随机出现抖动 [ 69%]

....skeleton.pos(parseInt (npcPos[0]), parseInt (npcPos[1]));  this.skeleton.load (this.curNpcInfo.npcPath); 附件 : --> 70003.zip 2019-05-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 Laya_Aaron 赞同来自: ...

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