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

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

561. 新手!谁懂得把下面两个文件转成layaair可以运行的代码 [ 73%]

...   debug_txt = new TextField();             debug_txt.selectable = false;             debug_txt.mouseEnabled = false;             debug_txt.autoSize = TextFieldAutoSize.LEFT;             debug_txt.width = 1000;             debug_txt.y = 20;             var tf:Tex...

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

562. 又发现一个惊天大bug [ 73%]

...引起的,注释掉就正常了 this.scene3D.input.multiTouchEnabled = false; 附件 : --> RayTest.rar 2020-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 184*****121 赞同来自: shiyang 请按照图...

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

563. 龙骨动画设置index的问题(bug) [ 73%]

...题(bug) var ske:Skeleton = new Skeleton(templete,1); ske.play("xxx",false); ske.index = 10; ske.pause(); ske.resume();   然后龙骨动画就从第10帧恢复播放,播放到最后一帧不会停,而会继续从头开始播放10帧才停       2018-08-17 添加评论 免费帖 --> 分...

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

564. laya.ui.DialogManager_API3.0 [ 72%]

...ra Defined in laya/display/Node.ts:56 _ownGraphics _ownGraphics: boolean = false Inherited from Text._ownGraphics Defined in laya/display/Sprite.ts:252 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUr...

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

565. 继承自Laya.BaseMaterial并且自定义Shader的的自定义材质如何设置透明渲染 [ 72%]

...tic _mainTex : number; public static _mainCol : number; inited : boolean = false; constructor() { super(); if(!this.inited) { CMat._mainTex = Laya.Shader3D.propertyNameToID("u_MainTex"); CMat._mainCol = Laya.Shader3D.propertyNameToID("u_MainCol"); CMat.initShader(); this.inited = true; } this.setSha...

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

566. layair3d怎么建立个平面 然后贴图 [ 72%]

...rite3D;             Plane.transform.rotate(new Vector3(0,45,0),false,false);             var material:StandardMaterial = new StandardMaterial();             material.diffuseTexture = Texture2D.load("res/layabox.png");             Plane.meshRender.mater...

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

567. HBox宽度计算问题 [ 72%]

...ldc2.layabox.com/layadownload/"; label.fontSize = 30; label.mouseEnabled = false; hbox.addChild(label);   var label1:Label = new Label(); label1.text = "测试文字"; label1.fontSize = 30; label1.mouseEnabled = false; hbox.addChild(label1);   trace("label",label.width); trace("label1",label1.widt...

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

568. List 组件做的手风琴Demo [ 72%]

...l.height =30;         //隐藏图片         img2.visible =false;          }              } //点击重新渲染 onRefresh(index:number)     {      this.index_num = index; //赋值当前索引      this.listArr[0].array =this.arr;      this.listAr...

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

569. laya.events.MouseManager [ 72%]

...。 Public Properties PropertyDefined By  disableMouseEvent : Boolean = false 是否禁用除 stage 以外的鼠标事件检测。MouseManager  enabled : Boolean = true[static] 是否开启鼠标检测,默认为trueMouseManager  _event : EventMouseManager  mouseDownTime : Number = 0 鼠...

来源: laya_api 发布时间: 20170929

570. 进度条滚动无效【已解决】 [ 72%]

....tips.text="游戏加载完毕,即将进入游戏..." this.panel.visible=false; this.gobtn.visible=true; }else { this.pro.value=progress/100; this.tips.text="游戏正在加载中,当前进度为:"+progress+"%!" } } 2018-01-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...

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