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

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

71. laya.ui.RadioGroup [ 69%]

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

72. laya.ui.CheckBox [ 69%]

...ckagelaya.uiClasspublic class CheckBoxInheritanceCheckBox Button Component Sprite Node EventDispatcher Object CheckBox 组件显示一个小方框,该方框内可以有选中标记。 CheckBox 组件还可以显示可选的文本标签,默认该标签位于 CheckBox 右侧。 CheckBox 使用 dat...

来源: laya_api 发布时间: 20170929

73. laya.ui.Label [ 69%]

... Events Packagelaya.uiClasspublic class LabelInheritanceLabel UIComponent Sprite Node EventDispatcher ObjectSubclasses TextInput Label 类用于创建显示对象以显示文本。 See alsolaya.display.TextPublic Properties Hide Inherited Public Properties Show Inherited Public Properties Property...

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

74. laya.ui.HSlider [ 69%]

...Packagelaya.uiClasspublic class HSliderInheritanceHSlider Slider Component Sprite Node EventDispatcher Object 使用 HSlider 控件,用户可以通过在滑块轨道的终点之间移动滑块来选择值。 HSlider 控件采用水平方向。滑块轨道从左向右扩展,而标签位于轨道...

来源: laya_api 发布时间: 20170929

75. laya.ui.ViewStack [ 69%]

...ackagelaya.uiClasspublic class ViewStackInheritanceViewStack Box Component Sprite Node EventDispatcher ObjectImplements IItem ViewStack 类用于视图堆栈类,用于视图的显示等设置处理。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefi...

来源: laya_api 发布时间: 20170929

76. laya.ui.LayoutBox [ 69%]

...ackagelaya.uiClasspublic class LayoutBoxInheritanceLayoutBox Box Component Sprite Node EventDispatcher ObjectSubclasses HBox, VBox LayoutBox 是一个布局容器类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  align : String 子对象...

来源: laya_api 发布时间: 20170929

77. 用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? [ 69%]

sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? 用sprite.graphics绘制一个矩形 这个矩形对象不能获得鼠标事件的么? 2018-09-10 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...

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

78. comp下的button.png第一次点击进入另一个界面,再在这个界面下点击时点击事件不生效? [ 69%]

...面侦听) TextInput重写onFocus和onBlur事件监听不到 如何设置Sprite的宽高和点击区域? ui list 里面的元素不能点击两次 救命!canvas定位后 点击区域偏移,求大大们解答 关于遍历产生的sprite的点击事件,急,大神帮看哈 求指点3d射线...

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

79. 能改变动画下getGraphicBounds 的属性吗 x y width height [ 69%]

...z298959 相关问题 Layaair IDE的帧属性面板不见了 lh文件内meshSprite添加阴影属性无效 1.7.20beta有bug,帧属性面板打不开 如何能够clone一个node(包括node所有的子节点, 以及所有节点上的compnent,属性) 关于打包图集时的图片默认属性与repe...

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

80. 父容器为何不响应鼠标事件 [ 69%]

父容器为何不响应鼠标事件 源码如下: let son:Laya.Sprite = new Laya.Sprite() let father:Laya.Sprite = new Laya.Sprite() son.loadImage("res/me.png",0,0,30,30) father.addChild(son)              Laya.stage.addChild(father) father.x = 100; father.y = 100; father.on(Laya.Even...

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