大约有 123 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0060 秒)
...理器管理。 任意对话框打开和关闭,都会出发管理类的open和close事件 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Public Properti...
来源: Laya2.0_api 发布时间: 20190513
...e) { var data = e.currentTarget.response; self.postMessage(data); } xmlreq.open("get","../atlas/comp.json"); xmlreq.send() }, false); 这个例子是在worker中进行加载文件,加载完毕传给主进程,运行这个例子可以在浏览器控制台看到数据输出来。 var myWorker = new...
来源: Laya3.0_文档 发布时间: 20251010
...到舞台后 此方法为虚方法,使用时重写覆盖即可 Node onOpened(param:*):void场景打开完成后,调用此方法(如果有弹出动画,则在动画完成后执行)Scene open(closeOther:Boolean = true, param:* = null):void 打开场景。【注意】被关闭的场景,如...
来源: Laya2.0_api 发布时间: 20190513
...JvyPA' (anonymous) @ Scene.ts:402 Promise.then (async) load @ Scene.ts:395 open @ Scene.ts:441 (anonymous) @ index-142c5.js:62 Promise.then (async) (anonymous) @ index-142c5.js:60 Promise.then (async) (anonymous) @ index-142c5.js:18 (anonymous) @ index-142c5.js:73 Scene.ts:406 Uncaught (in promise) ...
来源: Laya_社区 发布时间: 20240724
...e) { var data = e.currentTarget.response; self.postMessage(data); } xmlreq.open("get","res/atlas/comp.json"); xmlreq.send() }, false); ``` 这个例子是在worker中进行加载文件,加载完毕传给主进程,运行这个例子可以在浏览器控制台看到数据输出来。 `var myWorker...
来源: Laya2.0_文档 发布时间: 20210715
...e) { var data = e.currentTarget.response; self.postMessage(data); } xmlreq.open("get","res/atlas/comp.json"); xmlreq.send() }, false); ``` 这个例子是在worker中进行加载文件,加载完毕传给主进程,运行这个例子可以在浏览器控制台看到数据输出来。 `var myWorker...
来源: Laya2.0_文档 发布时间: 20210715
...理的流程。 任意对话框打开和关闭,都会触发管理类的open和close事件Dialog mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意】遮罩对象坐标系是相对遮罩对象本身的,和Flash机制不...
来源: Laya2.0_api 发布时间: 20190513
...理器管理。 任意对话框打开和关闭,都会出发管理类的open和close事件 可以通过UIConfig设置弹出框背景透明度,模式窗口点击边缘是否关闭,点击窗口是否切换层次等 通过设置对话框的zOrder属性,可以更改弹出的层次 Hierarchy Sprit...
来源: Laya3.0_api 发布时间: 20231115
...关系链的说明: https://mp.weixin.qq.com/debug/wxagame/dev/tutorial/open-ability/open-data.html 在LayaAir引擎里也支持微信小游戏关系链的使用,具体使用方式在官方提供的适配库里也给出了接口初始化说明, MiniApdter.init的第二个参数设置成true...
来源: Laya_社区 发布时间: 20180310
...ller on onAfterDeserialize onAwake onClosed onDestroy onDisable onEnable onOpened once open parentRepaint pivot popup pos reCache removeChild removeChildAt removeChildByName removeChildren removeSelf render repaint replaceChild runCallLater scale setChildIndex setGraphics setSelfBounds set_anchorX s...
来源: Laya3.0_api 发布时间: 20231115