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

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

81. apk开发应用,切到后台后长时间不使用,在点击icon切回来后黑屏,黑屏很久有时恢复正常ui,有时永远黑屏 [ 57%]

...穿透问题 unity中模型导出后在laya中显示不正常 如何设置Sprite宽高和点击区域? ui list 里面元素不能点击两次 iphoneX环境下新手引导抠图透明区域为黑色,其它机型都是正常。 2.2.0beta4 发布微信小游戏,安卓设备加...

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

82. 设置transform.localRotation之后,就不能再使用transform.rotate了 [ 53%]

设置transform.localRotation之后,就不能再使用transform.rotate了 laya3D, ... var ele=eleroot.getChildAt(0).clone(); ele.transform.position=new Laya.Vector3(0, 0, 0); scene.addChild(ele); ... ele.transform.rotate(new Laya.Vector3(10, 0, 0), true); //这里会有效 ele.transform.localRo...

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

83. laya.ui.ComboBox_API3.0 [ 51%]

...boBox_Example { public function ComboBox_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load("resource/ui/button.png", Handler.create(this,onLoadComplete));//加载资源。 } private function onLoadComplete()...

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

84. ToolTip鼠标悬停使用 [ 50%]

... QZONE 微信 归来不是少年 赞同来自: 请问悬浮框位置怎么设置,是操作offsetX吗?还有list里怎么操作?我用mouseHandler来操作会有问题 2018-11-28 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 cuixueyi...

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

85. 遮罩层宽高为0显示异常 [ 50%]

...,也可以满足您需求。 第一,可以将遮罩节点宽高设置为1像素,可达到您不想看到遮挡目标。 第二,您示例中进度条需求,可采用进度条组件来实现。 最后感谢反馈,可以关注我们后续版本更新日志。 2023-06-16...

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

86. laya.ui.Tree [ 49%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

87. laya.ui.ComboBox [ 49%]

...内容变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...

来源: laya_api 发布时间: 20170929

88. laya.ui.Tree [ 49%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent  array : Array 列表数据源,...

来源: Laya2.0_api 发布时间: 20190513

89. laya.ui.ComboBox [ 49%]

...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...

来源: Laya2.0_api 发布时间: 20190513

90. laya.ui.Tree_API3.0 [ 48%]

...ion Tree_Example() { Laya.init(640, 800); Laya.stage.bgColor = "#efefef";//设置画布背景颜色。 Laya.loader.load(["resource/ui/vscroll.png", "resource/ui/vscroll$bar.png", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png", "resource/ui/clip_selectBox.png", "resource/ui/clip_tree...

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