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

大约有 215 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0081 秒)

151. laya.ui.Radio [ 43%]

...组中的一个成员。选择未选中的组成员将取消选择该组中当前所选的 Radio 控件。 See alsolaya.ui.RadioGroupPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHie...

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

152. laya.ui.Box [ 43%]

...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

153. laya.ui.Slider_API3.0 [ 43%]

...通过在滑块轨道的终点之间移动滑块来选择值。 滑块的当前值由滑块端点(对应于滑块的最小值和最大值)之间滑块的相对位置确定。 滑块允许最小值和最大值之间特定间隔内的值。滑块还可以使用数据提示显示其当前值。 see...

来源: Laya3.0_api 发布时间: 20231115

154. laya.d3.core.scene.Scene3D_API3.0 [ 43%]

...ayer: number = Math.pow(2, 0) Defined in laya/d3/core/scene/Scene3D.ts:421 当前创建精灵所属遮罩层。 enableLight enableLight: boolean = true Defined in laya/d3/core/scene/Scene3D.ts:423 是否启用灯光。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defin...

来源: Laya3.0_api 发布时间: 20231115

155. laya.ui.Dialog_API3.0 [ 42%]

...: boolean Inherited from Node.contains Defined in laya/display/Node.ts:546 当前容器是否包含指定的 Node 节点对象 。 Parameters node: Node 指定的 Node 节点对象 。 Returns boolean 一个布尔值表示是否包含指定的 Node 节点对象 。 customRender customRender(context:...

来源: Laya3.0_api 发布时间: 20231115

156. laya.ui.VBox [ 42%]

...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

157. laya.ui.TipManager [ 42%]

...eAll():void关闭所有鼠标提示TipManager contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

158. laya.ui.HBox [ 42%]

...。功能同Laya.timer.clearTimer()。 Node contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、呈现显示对象。一般用来扩展渲染模式,请合理使用,可能会导致在...

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

159. laya.ui.RadioGroup_API3.0 [ 42%]

...加到显示列表。 } private function onSelect(index:int):void { trace("当前选择的单选按钮索引: index= ", index); } } } example Laya.init(640, 800);//设置游戏画布宽高、渲染模式 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色 Laya.loader.load(["resource/ui/radi...

来源: Laya3.0_api 发布时间: 20231115

160. laya.ui.Label [ 42%]

...黑色); Label tag : * 对象的标签。 UIComponent  text : String 当前文本内容字符串。 Label  textField : Text[read-only] 文本控件实体 Text 实例。 Label texture : Texture 设置一个Texture实例,并显示此图片(如果之前有其他绘制,则会被清除掉...

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