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

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

31. Slider控件的标签不居中 [ 61%]

...on showValueText():void { if (showLabel) { var label:Label = Slider.label; addChild(label); label.textField.changeText(_value + ""); if (isVertical) { label.x = _bar._x + 20; label.y = (_bar.height - label.height) * 0.5 + _bar._y; } else { label.y = _bar._y - 20; label.x = (_bar.width - label.width)...

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

32. 预制体模块 · LayaAir3.0文档 · LAYABOX [ 61%]

...Label = res.create(); //添加预制体Label字体到box节点下 this.box.addChild( label ); } ); } } 运行效果如图3-6所示 (图3-6) 3.2 3D预制体 3D预制体的使用过程同2D预制体一样,在这里我们就不介绍如何制作预制体了,通过下面的示例来看看3D预...

来源: Laya3.0_文档 发布时间: 20240106

33. LayoutBox不按顺序输出列表 [ 61%]

...pTimes; i++) { var someText = new Laya.Label(); someText.text = i; oneVBox.addChild(someText); } 如代码,当loopTimes<=10的时候他如我所愿按顺序出现在页面上 当loopTimes>10时,居然顺序就错了,这个问题困扰了我非常非常久,HBox同理   但如果我覆...

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

34. laya.d3.core.MeshSprite3D_API3.0 [ 61%]

...ildren parent scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

35. Ts HTMLDivElement href标签为何没有下划线 [ 61%]

...ayaBox</span><span>欢迎你的加入</span>" Laya.stage.addChild(div); Ts HTMLDivElement href标签为何没有下划线,AS版本却有? 2018-06-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个...

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

36. laya.d3.core.particleshuriken.ShuriKenParticle3D_API3.0 [ 61%]

...articleSystem scene timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

37. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 60%]

...skinnedMeshRenderer timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

38. laya.d3.core.trail.TrailSprite3D_API3.0 [ 60%]

...trailFilter trailRenderer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clear clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent ge...

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

39. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 60%]

...SkinnedMeshRenderer timer transform url Methods _initialize _processActive addChild addChildAt addChildren addComponent addComponentInstance bubbleEvent callLater clearTimer clone contains destroy destroyChildren event frameLoop frameOnce getChildAt getChildByName getChildIndex getComponent getCompo...

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

40. console.log看不到打印日志 [ 60%]

...ompleted() { alert("aaaaaaa"); console.log("LoadResCompleted"); Laya.stage.addChild(new LoginView()); console.log("LoadResCompleted11111"); } alert的 aaa能够显示,后面的日志打印看不到 附件 : --> 2018-01-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结...

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