大约有 504 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0080 秒)
...内容的变化而变化,如果想根据绘制内容获取宽高,可以设置本属性为true,或者通过getBounds方法获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件...
来源: laya_api 发布时间: 20170929
...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...
来源: Laya2.0_api 发布时间: 20190513
...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...
来源: Laya2.0_api 发布时间: 20190513
...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent autoSize : Boolean = false 指定...
来源: Laya2.0_api 发布时间: 20190513
...添加NPC的图片 再取消dialog的弹出效果 因为laya.init 已经设置过宽高 反正dialog超出的部分看不到,即使地图很大也不要紧 然后设置好范围再用startDrag去拖拽 实验了很久,最终才达到目的 后来无意中看到论坛上的某个大神说,单...
来源: Laya_社区 发布时间: 20180524
...编辑模式 空间属性里有个layoutenabled 是否启用相对布局。设置为 true Laya_Aaron • 2018-05-23 17:23 控件属性 苍蝇也是鸟 • 2018-05-23 17:28 @Laya_Aaron:这个是用来控制top,bottom,left,right的吧,默认是开启的。更复杂的适配布局我估计只能在...
来源: Laya_社区 发布时间: 20180523
...alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponent array : Array 列表数据源。...
来源: Laya2.0_api 发布时间: 20190513
...r:HScrollBar; public function HScrollBar_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/hscroll.png", "resource/ui/hscroll$bar.png", "resource/ui/hscroll$down.png", "resource/ui/hscroll$up.p...
来源: Laya3.0_api 发布时间: 20231115
...r:VScrollBar; public function VScrollBar_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/...
来源: Laya3.0_api 发布时间: 20231115
...持在最底部显示? Tween如何实现无限循环改变alpha? 如何设置Sprite的宽高和点击区域? ui list 里面的元素不能点击两次 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 关于遍历产生的sprite的点击事件,急,...
来源: Laya_社区 发布时间: 20171031