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

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

91. laya.ui.Button_API3.0 [ 51%]

...一个 Button 实例。 package { import laya.ui.Button; import laya.utils.Handler; public class Button_Example { public function Button_Example() { Laya.init(640, 800);//设置游戏画布宽高。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load("resource/ui/button....

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

92. laya.ui.ScaleBox [ 51%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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

93. laya.ui.TipManager [ 51%]

...可以指定组件的任意属性进行赋值。 UIComponent  defaultTipHandler : Function默认鼠标提示函数TipManager destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node disabled : Boolean 是否禁用页面,设置为true后,会变灰并且禁...

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

94. laya.display.Animation [ 51%]

...否是鼠标事件。 EventDispatcher  loadAnimation(url:String, loaded:Handler = null, atlas:String = null):Animation 加载并解析由LayaAir IDE制作的动画文件,此文件中可能包含多个动画。默认帧率为在IDE中设计的帧率,如果调用过set interval,则使用此帧...

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

95. laya.ui.UIComponent [ 51%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent  top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix ...

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

96. laya.ui.Box [ 51%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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

97. laya.ui.TextInput [ 50%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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

98. laya.ui.UIGroup [ 50%]

... : int 表示当前选择的项索引。默认值为-1。 UIGroup  selectHandler : Handler 改变 Group 的选择项时执行的处理器,(默认返回参数: 项索引(index:int))。 UIGroup  selection : ISelect 获取或设置当前选择的项对象。 UIGroup skewX : Number水平倾...

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

99. laya.ui.VBox [ 50%]

... toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 UIComponent top : Number 从组件顶边到其内容区域顶边之间的垂直距离(以像素为单位)。 UIComponent transform : Matrix 对...

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

100. laya.ui.FrameClip [ 50%]

... x:Number = 0, y:Number = 0, width:Number = 0, height:Number = 0, complete:Handler = null):Sprite 加载并显示一个图片。功能等同于graphics.loadImage方法。支持异步加载。 注意:多次调用loadImage绘制不同的图片,会同时显示。 Sprite localToGlobal(point:Point, ...

来源: laya_api 发布时间: 20170422