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

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

101. laya.ui.FrameClip [ 23%]

...全局坐标转换为本地坐标。 Sprite gotoAndStop(position:*):void 切换到某帧并停止 AnimationPlayerBase hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean 检...

来源: laya_api 发布时间: 20170422

102. laya.display.FrameAnimation [ 20%]

...标转换为本地坐标。 Sprite gotoAndStop(position:*):void 将动画切换到指定帧并停在那里。 AnimationPlayerBase hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):B...

来源: laya_api 发布时间: 20170929

103. laya.ui.DialogManager [ 20%]

...背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By alpha : Number透明度,值为0-1...

来源: laya_api 发布时间: 20170929

104. laya.display.FrameAnimation [ 20%]

...标转换为本地坐标。 Sprite gotoAndStop(position:*):void 将动画切换到指定帧并停在那里。 AnimationBase hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean...

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

105. laya.ui.DialogManager [ 20%]

...背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否...

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

106. laya.display.EffectAnimation [ 19%]

...标转换为本地坐标。 Sprite gotoAndStop(position:*):void 将动画切换到指定帧并停在那里。 AnimationBase hasListener(type:String):Boolean 检查 EventDispatcher 对象是否为特定事件类型注册了任何侦听器。 EventDispatcher hitTestPoint(x:Number, y:Number):Boolean...

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

107. laya.display.Animation_API3.0 [ 19%]

...个Graphics对象对应一个帧图像,动画的播放实质就是定时切换Graphics对象。 使用set source、loadImages(...)、loadAtlas(...)、loadAnimation(...)方法可以创建动画模版。使用play(...)可以播放指定动画。 example 以下示例代码,创建了一个 Text 实...

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

108. laya.ui.CheckBox [ 19%]

...默认为Laya.timer。Node toggle : Boolean 指定按钮按下时是否是切换按钮的显示状态。 Button toolTip : * 鼠标悬停提示。 可以赋值为文本 String 或函数 Handler ,用来实现自定义样式的鼠标提示和参数携带等。 Component top : Number 从组件顶...

来源: laya_api 发布时间: 20170929

109. laya.ui.Button_API3.0 [ 19%]

...le: boolean Defined in laya/ui/Button.ts:163 指定按钮按下时是否是切换按钮的显示状态。 example 以下示例代码,创建了一个 Button 实例,并设置为切换按钮。 example package { import laya.ui.Button; import laya.utils.Handler; public class Button_toggle { public f...

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

110. laya.ui.CheckBox_API3.0 [ 19%]

...tton.toggle Defined in laya/ui/Button.ts:163 指定按钮按下时是否是切换按钮的显示状态。 example 以下示例代码,创建了一个 Button 实例,并设置为切换按钮。 example package { import laya.ui.Button; import laya.utils.Handler; public class Button_toggle { public f...

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