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

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

861. 关于graphics._saveToCmd的问题 [ 64%]

...(600,400);         this.sp = new Laya.Sprite();         Laya.stage.addChild(this.sp);         var arr:Array<any> = [this.sp,1,2,3];         this.sp.graphics._saveToCmd(this.test1,arr);     }     test1(x,y,args):void     {         console.log("args[0]"+args[0]+",args...

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

862. localToGlobal获取坐标总是错误! [ 64%]

...er.y); let pointGlobal = this.sprteCenter.localToGlobal(point); Laya.stage.addChild(this.boxSpaw); this.boxSpaw.x = pointGlobal.x; this.boxSpaw.y = pointGlobal.y; }) 附件 : --> myLaya2dGlobal.zip 2019-02-21 添加评论 已悬赏15元 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

863. 场景进行destroy销毁后,再次加载同一场景,就会报错 [ 64%]

...tParent (file:///D:/H5/bin/libs/laya.core.js:18511:31)   at Stage.__proto.addChild (file:///D:/H5/bin/libs/laya.core.js:13290:9)   at SceneManage.createScene (file:///D:/H5/bin/js/bundle.js:26107:20)   at BattleLoading.<anonymous> (file:///D:/H5/bin/js/bundle.js:18082:57)   at Handler.__pr...

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

864. CheckBox属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 64%]

...cb1 = new Laya.CheckBox(this.skin1); //添加到舞台上显示 Laya.stage.addChild(cb1); //设置checkbox的坐标位置 cb1.pos(300,200); //文本标签内容 cb1.label="我是多选框1"; //label文本字体大小 cb1.labelSize = 20; //设置为默认选中状态 cb1.selected = true; //再创建...

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

865. laya.ui.List_API3.0 [ 64%]

...s, onSelect);//设置 list 改变选择项执行的处理器。 Laya.stage.addChild(list);//将 list 添加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的项目索引: index= ", index); } } } import laya.ui.Box; import laya.ui.Label; class Item extends Box {...

来源: Laya3.0_api 发布时间: 20231115

866. Laya 绑定显示内容到骨骼动画 [ 64%]

...List.indexOf(source); if(index<0){ this.__bindList.push(source); } this.addChild(source); this.timer.frameLoop(1,this,this.__updateBinds); }  unbind(source:BindSource):void{ let index:number=this.__bindList.indexOf(source); if(index<0){ throw new Error("找不到要删除的绑定内容");...

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

867. 普通文本中文逗号导致异常换行 [ 64%]

...10秒。冷却60秒。"; txt.color = "#EDE1D7"; Laya.stage.addChild(txt); txt.x = (Laya.stage.width - txt.textWidth) / 2; txt.y = (Laya.stage.height-txt.textHeight) / 2; zkang5 • 2022-07-11 09:49 好的,谢谢

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

868. Tiled插入一个新的GridSprite,只能显示在部分区域 [ 64%]

...a(TiledMapManager.Instance.TiledMap); gsp.updatePos(); mapLayer._childs[0].addChild(gsp); 附件 : --> bug.png 2018-08-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 第三方的官方...

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

869. 材质的功能介绍(JavaScript-3D基础(JS)-LayaAir3D之Material材质) [ 64%]

...型上的材质 ```typescript //初始化3D场景 var scene = Laya.stage.addChild(Laya.Loader.getRes("res/threeDimen/scene/ChangeMaterialDemo/Conventional/scene.ls")); //从场景获取球型精灵 this.sphere = scene.getChildByName("Sphere"); //获取球型精灵自带的BlinnPhong材质 billinMate...

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

870. ReferenceError: Loading_fly is not defined [ 64%]

...2); this.fly.pos(Laya.stage.width / 2, Laya.stage.height / 2); this.diango.addChild(this.fly) this.diango.show(); this.diango.popup(); } _proto.onClose = function () { this.diango.close(); } return Loading_fly; }(Laya.Sprite); 2017-11-08 0 0 分享 微博 QZONE 微信 wudi199553 赞同来自: 根据...

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