大约有 204 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0061 秒)
Laya_社区(163) Laya2.0_api(9) laya_api(7) Laya3.0_文档(7) Laya3.0_api(7) Laya2.0_文档(7) Laya2.0_示例(2) Laya_示例(2)
...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
...chorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽...
来源: Laya2.0_api 发布时间: 20190513
...chorY值最终通过pivotY值来改变节点轴心点。View autoDestroyAtClosed : Boolean = false场景被关闭后,是否自动销毁(销毁节点和使用到的资源),默认为falseScene autoSize : Boolean = false 指定是否自动计算宽高数据。默认值为 false 。 Sprite宽...
来源: Laya2.0_api 发布时间: 20190513
....Handler.create(this, this.onLoading)); //关闭指定的场景 Laya.Scene.close("scene/Login.ls") //销毁指定的场景 Laya.Scene.destroy("scene/Login.ls") 8.2 场景资源加载 示例代码如下: //用Laya.Scene3D的方式加载 Laya.Scene3D.load('scene/Game.ls', Laya.Handler.create(null, f...
来源: Laya3.0_文档 发布时间: 20241014
...hildren addComponent addComponentInstance bubbleEvent callLater clearTimer close contains customRender destroy destroyChildren drawToCanvas drawToTexture drawToTexture3D event frameLoop frameOnce freshLayout fromParentPoint getBounds getChildAt getChildByName getChildIndex getComponent getComponents...
来源: Laya3.0_api 发布时间: 20231115
...t exist or is not a directory I/LayaBox: js thread started. js debug closed I/LayaBox: found the file in the package:scripts/runtimeInit.js I/LayaBox: found the file in the package:scripts/apploader.js E/LayaBox: >>>>>>>>>>>>>>>>>>>>&...
来源: Laya_社区 发布时间: 20190723