大约有 590 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0057 秒)
...iClasspublic class RadioGroupInheritanceRadioGroup UIGroup Box UIComponent Sprite Node EventDispatcher Object RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户每次只能选择一个 Radio 控件。 Public Properties Hide Inherited Public Properties Show Inher...
来源: Laya2.0_api 发布时间: 20190513
...宽度来显示的 示例代码export default class HtmlTest extends Laya.Sprite { constructor() { super(); this.init(); } init() { this.bg = new Laya.Sprite(); this.bg.graphics.drawRect(0, 0, 200, 200, '#ccc'); this.addChild(this.bg); this.htmlTxt = new Laya.HTMLDivElement(); this.htmlTxt.style.fon...
来源: Laya_社区 发布时间: 20210107
....uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...
来源: Laya2.0_api 发布时间: 20190513
....uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...
来源: Laya2.0_api 发布时间: 20190513
...1.png, 效果如图所示: ![图1](img/1.png) 然后我们要给这两个sprite添加组件,选中方块之后,点击右侧属性面板的添加组件按钮,添加`BoxCollider`组件,IDE会自动也添加刚体`RigidBody`,如下所示: ![图1](img/add.gif) 同理,给圆球添加`Circ...
来源: Laya2.0_文档 发布时间: 20210714
...部显示? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? 关于适配采用showAll后留白部分的颜色问题 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 将list里的scrollBar设置mouseWheelEna...
来源: Laya_社区 发布时间: 20171218
... Demo 附件 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 为什么给Sprite容器添加点击事件没反应 将list里的scrollB...
来源: Laya_社区 发布时间: 20180606
...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旋转以后,但是原来碰撞检测rect没有旋转 请问LayaAir中如何使图片以圆形的方式显示? 关于微信7.0.3版本之后的版本,微信小游戏 Android 端调整 “在屏 Canvas” 的放缩...
来源: Laya_社区 发布时间: 20201005
...其他效果。您可以将滤镜应用于任何显示对象(即,从 Sprite 类继承的对象)。注意:对于 RGBA 值,最高有效字节代表红色通道值,其后的有效字节分别代表绿色、蓝色和 Alpha 通道值。 2017-11-26 0 0 分享 微博 QZONE 微信 为什么...
来源: Laya_社区 发布时间: 20171126