大约有 341 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0064 秒)
...kagelaya.uiClasspublic class ColorPickerInheritanceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Property...
来源: Laya2.0_api 发布时间: 20190513
问一下Sprite的width,height是不是不pivotX,pivotY无关 如题,我如何指定一个pivotX,pivotY居中的图片的width和height缩小后不偏移 就是说我现在有张图片pivotX,pivotY是居中的 我想让他的width和height的点击范围变小,可以变小后,监听区域就...
来源: Laya_社区 发布时间: 20170615
...kagelaya.uiClasspublic class VBoxInheritanceVBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object VBox 是一个垂直布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 N...
来源: Laya2.0_api 发布时间: 20190513
...| Events Packagelaya.uiClasspublic class ClipInheritanceClip UIComponent Sprite Node EventDispatcher ObjectSubclasses FontClip Clip 类是位图切片动画。 Clip 可将一张图片,按横向分割数量 clipX 、竖向分割数量 clipY , 或横向分割每个切片的宽度 clipWidth 、竖...
来源: Laya2.0_api 发布时间: 20190513
...) TextInput重写onFocus和onBlur事件监听不到 关于遍历产生的sprite的点击事件,急,大神帮看哈 matter中layasprite怎么改变图片大小? Animation如何加点击事件 Texture图片能否进行翻转? 我用list.array=Array;数据全部插进去数组里了,但是l...
来源: Laya_社区 发布时间: 20190609
...,为什么打包APK之后在手机上就连接不上socket 如何设置Sprite的宽高和点击区域? 救命!canvas定位后 点击区域偏移,求大大们解答 iphoneX环境下新手引导的抠图透明区域为黑色,其它机型都是正常的。 dialog 自定义关闭效果,效...
来源: Laya_社区 发布时间: 20170926
...Packagelaya.uiClasspublic class UIGroupInheritanceUIGroup Box UIComponent Sprite Node EventDispatcher ObjectImplements IItemSubclasses RadioGroup, Tab Group 是一个可以自动布局的项集合控件。 Group 的默认项对象为 Button 类实例。 Group 是 Tab 和 RadioGroup 的基类。 Publ...
来源: Laya2.0_api 发布时间: 20190513
...kagelaya.uiClasspublic class HBoxInheritanceHBox LayoutBox Box UIComponent Sprite Node EventDispatcher Object HBox 是一个水平布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 N...
来源: Laya2.0_api 发布时间: 20190513
... // 绘制遮罩区,含透明度,可见游戏背景 var maskArea: Laya.Sprite = new Laya.Sprite(); maskArea.alpha = 0.5; maskArea.graphics.drawRect(0, 0, Laya.stage.width, Laya.stage.height, "#000000"); maskArea.mouseThrough = false; Laya.stage.addChild(maskArea); 2018-09-11 添加评论 免费...
来源: Laya_社区 发布时间: 20180911
...s Packagelaya.uiClasspublic class ScrollBarInheritanceScrollBar Component Sprite Node EventDispatcher ObjectSubclasses HScrollBar, VScrollBar ScrollBar 组件是一个滚动条组件。 当数据太多以至于显示区域无法容纳时,最终用户可以使用 ScrollBar 组件控制所显示的...
来源: laya_api 发布时间: 20170929