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

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

91. laya.ui.RadioGroup [ 65%]

...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

92. HtmlDivElement宽度设置错误 [ 65%]

...宽度来显示的 示例代码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

93. laya.ui.VScrollBar [ 65%]

....uiClasspublic class VScrollBarInheritanceVScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 VScrollBar (垂直 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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

94. laya.ui.HScrollBar [ 65%]

....uiClasspublic class HScrollBarInheritanceHScrollBar ScrollBar UIComponent Sprite Node EventDispatcher Object 使用 HScrollBar (水平 ScrollBar )控件,可以在因数据太多而不能在显示区域完全显示时控制显示的数据部分。 Public Properties Hide Inherited Public Proper...

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

95. 物理(一)(距离关节)(TypeScript-IDE篇(TS)-使用2d物理系统) [ 65%]

...1.png, 效果如图所示: ![图1](img/1.png) 然后我们要给这两个sprite添加组件,选中方块之后,点击右侧属性面板的添加组件按钮,添加`BoxCollider`组件,IDE会自动也添加刚体`RigidBody`,如下所示: ![图1](img/add.gif) 同理,给圆球添加`Circ...

来源: Laya2.0_文档 发布时间: 20210714

96. div容器的组件,那个可以设置背景颜色的? [ 64%]

...部显示? 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? 关于适配采用showAll后留白部分的颜色问题 btn 鼠标移动上去默认文本颜色是绿色,我想换成其他颜色,如何操作? 将list里的scrollBar设置mouseWheelEna...

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

97. button运行时gray设置为true没反应 [ 64%]

... Demo 附件 使用钢体设置防穿后仍有几率会穿透 如何设置Sprite的宽高和点击区域? list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 为什么给Sprite容器添加点击事件没反应 将list里的scrollB...

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

98. laya.ui.ColorPicker [ 64%]

...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

99. 这个设置了以后是不是还要进行什么调整?我咋显示不出来字? [ 64%]

...前已经被锁定, 无法添加新回复 发起人 小火火 相关问题 sprite旋转以后,但是原来碰撞检测rect没有旋转 请问LayaAir中如何使图片以圆形的方式显示? 关于微信7.0.3版本之后的版本,微信小游戏 Android 端调整 “在屏 Canvas” 的放缩...

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

100. 如果设置红色滤镜的透明度 [ 64%]

...其他效果。您可以将滤镜应用于任何显示对象(即,从 Sprite 类继承的对象)。注意:对于 RGBA 值,最高有效字节代表红色通道值,其后的有效字节分别代表绿色、蓝色和 Alpha 通道值。   2017-11-26 0 0 分享 微博 QZONE 微信 为什么...

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