大约有 21 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0058 秒)
...离(以像素为单位)。 View clickCallBack : Handler图标点击回调MoreGame closeCallBack : Handler关闭盒子回调MoreGame customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开启自定义渲染,才能使用customRender函数渲染。 Sprite da...
来源: Laya2.0_api 发布时间: 20190513
...ler(this, onChangeColor,[colorPicket]);//设置 colorPicket 的颜色改变回调函数。 Laya.stage.addChild(colorPicket);//将此 colorPicket 对象添加到显示列表。 } private function onChangeColor(colorPicket:ColorPicker):void ...
来源: Laya_社区 发布时间: 20171120
...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
...stroy,以前clone的对象也消失了 Tween的to方法完成缓动后的回调怎么写,Tween.to(beginbox,{x:-Laya.Browser.width},1000,null,aaa,0,false);aaa是一个测试方法 IOS运行游戏界面发生偏移,请问是什么问题? 问题状态 最新活动: 2020-04-08 18:07 浏览: 3163...
来源: Laya_社区 发布时间: 20191227
...fect修改 Dialog closeHandler : Handler 对话框被关闭时会触发的回调函数处理器。 回调函数参数为用户点击的按钮名字name:String。 Dialog comXml : Object XML 数据。 Component customRenderEnable : Boolean[write-only] 设置是否开启自定义渲染,只有开...
来源: laya_api 发布时间: 20170929
...。 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
...。 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
...在,且大小不变,因此没有resize事件被触发,无法在resize回调中完成绑定。 于是 需要在UI加载完成 后,初始化 一次,将DOM和Label绑定在一起。 3,新的目标 在 resize 和scroll发生之前,如:手机页面第一次加载,或PC浏览器加载...
来源: Laya_社区 发布时间: 20170720
..., onLoading, null, false));预加载时用的load函数第2、3个参数为回调函数,但我查了下API,好像不太一样,API里面并没有这样的用法,是API错误还是这样的用法已经过时了?API中的说明如下。 public function load(url:String, type:String = null, cac...
来源: Laya_社区 发布时间: 20160722
...。 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