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

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

1. ToolTip鼠标悬停的使用 [ 100%]

...p/button.png"; button2.toolTip=Handler.create(this,showTips,null,false); //携带参数的自定义鼠标提示 var button3:Button=new Button(); Laya.stage.addChild(button3); button3.label="button Three"; button3.pos(400,100); button3.skin="comp/button.png"; button3.toolTip=Handler.create(this,showT...

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

2. 针对2.0.0 beta5 setLoadingPage 做增强 [ 93%]

...{Boolean} closeOther 关闭其它场景 * @param {Array} param 打开场景携带参数 * @param {Laya.Handler} complete 打开场景完成回调 * @param {Laya.Handler} progress 打开场景进度回调 */ openScene(url = null, otherHandler = null, closeOther = true, param = null, complete = null, ...

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

3. startDrag的使用问题 [ 86%]

...      * @param data                (可选)拖动事件携带的数据,可选。          * @param disableMouseEvent    (可选)禁用其他对象的鼠标检测,默认为false,设置为true能提高性能。          * @param ratio             ...

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