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

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

11. laya.ui.MoreGame [ 79%]

...离(以像素为单位)。 View  clickCallBack : Handler图标点击回调MoreGame  closeCallBack : Handler关闭盒子回调MoreGame customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite da...

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

12. ColorPicker组件皮肤制作标准是? [ 78%]

...ler(this, onChangeColor,[colorPicket]);//设置 colorPicket 颜色改变回调函数。               Laya.stage.addChild(colorPicket);//将此 colorPicket 对象添加到显示列表。           }          private function onChangeColor(colorPicket:ColorPicker):void        ...

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

13. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 75%]

...eDefault(): void { //每一项加载内容加载完成均可以设置一个回调 Laya.LoaderManager.prototype["_loadAssets"] = function (arr, complete, progress, type, priority, cache, group) { (priority === void 0) && (priority = 1); (cache === void 0) && (cache = true); var itemCo...

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

14. ios里如何调用js方法 [ 74%]

...stroy,以前clone对象也消失了 Tweento方法完成缓动后回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 IOS运行游戏界面发生偏移,请问是什么问题? 问题状态 最新活动: 2020-04-08 18:07 浏览: 3163...

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

15. laya.ui.AsynDialog [ 73%]

...fect修改 Dialog closeHandler : Handler 对话框被关闭时会触发回调函数处理器。 回调函数参数为用户点击按钮名字name:String。 Dialog comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开...

来源: laya_api 发布时间: 20170929

16. laya.display.Scene_API3.0 [ 72%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时回调方法。 Returns void close close(type?: string): void Defined in laya/display/Scene.ts:149 关闭场景 【注意】被关闭场景,如果没有设置autoDestroyAtRemoved=true,则资源可能不能被回收,...

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

17. laya.ui.View_API3.0 [ 71%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时回调方法。 Returns void close close(type?: string): void Inherited from Scene.close Defined in laya/display/Scene.ts:149 关闭场景 【注意】被关闭场景,如果没有设置autoDestroyAtRemoved=true,则资...

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

18. UI加载完成后无法获取控件大小——超详细版问题 [ 67%]

...在,且大小不变,因此没有resize事件被触发,无法在resize回调中完成绑定。 于是 需要在UI加载完成 后,初始化 一次,将DOM和Label绑定在一起。   3,新目标 在 resize 和scroll发生之前,如:手机页面第一次加载,或PC浏览器加载...

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

19. 【简单跑酷--JS版】---Lv.2 类之间引用以及背景滚动实现 [ 61%]

..., onLoading, null, false));预加载时用load函数第2、3个参数为回调函数,但我查了下API,好像不太一样,API里面并没有这样用法,是API错误还是这样用法已经过时了?API中说明如下。 public function load(url:String, type:String = null, cac...

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

20. laya.ui.DialogManager_API3.0 [ 59%]

...。 Parameters caller: any 执行域(this)。 method: Function 结束时回调方法。 Returns void close close(dialog: Dialog): void Defined in laya/ui/DialogManager.ts:150 关闭对话框。 Parameters dialog: Dialog 需要关闭对象框 Dialog 实例。 Returns void closeAll closeAll(): v...

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