大约有 210 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0067 秒)
Laya_社区(166) Laya3.0_文档(10) Laya2.0_api(9) laya_api(7) Laya3.0_api(7) Laya2.0_文档(7) Laya2.0_示例(2) Laya_示例(2)
... console.log(msg); } protected _onClose(...args: any[]): void { super._onClose(args); console.log("link closeed : "); console.log(args); this.reset(); } protected ...
来源: Laya_社区 发布时间: 20170602
...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node close():void 关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:RenderContext, x:Number, y:Number):void 自定义更...
来源: laya_api 发布时间: 20170929
...伤手 赞同来自: 找到原因了,是因为这里,没有关闭(this.close()),直接把3d场景new出来了。虽然页面被影藏了,但是当我点击到[开始]按钮的位置的时候,我的这个new LayaAir3D()又被执行了一次。导致场景中的地形被重复添加组件...
来源: Laya_社区 发布时间: 20200505
...nction):void 清理定时器。功能同Laya.timer.clearTimer()。 Node close():void 关闭颜色样本列表面板。 ColorPicker contains(node:Node):Boolean 当前容器是否包含指定的 Node 节点对象 。 Node customRender(context:Context, x:Number, y:Number):void 自定义更新、...
来源: Laya2.0_api 发布时间: 20190513
...perties _extra _ownGraphics _scene _scene3D _skinBaseUrl _url autoDestroyAtClosed autoSize hitTestPrior mouseThrough name tag drawtocanvCtx unDestroyedScenes Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY components customRe...
来源: Laya3.0_api 发布时间: 20231115
...updateError',null,name); //console.log("update error :"+name); } } }); zip.close(); if(onEnd) onEnd(localfile); }else{ console.log( 'set zip src error!'); onEvent('unknownError'); } } },10,100000000); } 2018-01-09 1 4 分享 微博 QZONE 微信 tangdelphi 赞同来自: 我也需要这个功能啊,...
来源: Laya_社区 发布时间: 20180108
...ulp.stderr.on('data', (data) => { console.log(`${data}`); }); _gulp.on('close', (code) => { console.log(`exit:${code}`); }); b)、创建并编写脚本 tools-publish.js#!/usr/bin/env node const program = require('commander'); const { fork } = require('child_process'); const path = require...
来源: Laya_社区 发布时间: 20201223
... Scene.open() 这个么管理 匿名用户 • 2018-12-27 14:32 Laya.scene.close() ...destroy().. 一样的要报错哎, 还是 楼主的 DEBUG=FALSE 好用
来源: Laya_社区 发布时间: 20181213
...uto Generated method stub if(pop==null){ pop = new TestDialogUI(); pop.btn_close.clickHandler = new Handler(this,function(){pop.parent.removeChild(pop);}); } this.addChild(pop); } private function StartMove(len:int):void { trace("[TestView.StartMove]") // TODO Auto Generated method stub Laya.timer.l...
来源: Laya_社区 发布时间: 20171129
...管理。 任意对话框打开和关闭,都会出发管理类的open和close事件 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Hierarchy Sprite Dial...
来源: Laya3.0_api 发布时间: 20231115