大约有 435 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0047 秒)
Laya3.0_api(153) laya_api(104) Laya2.0_api(96) Laya_社区(56) Laya2.0_示例(8) Laya_示例(7) Laya2.0_文档(6) Laya3.0_文档(5)
...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instant...
来源: Laya3.0_api 发布时间: 20231115
...dler():void { trace("KouTu.upHandler()"); // box.stopDrag(); gameContainer.off(Event.MOUSE_MOVE, this, moveHandler); } private function downHandler():void { trace("KouTu.downHandler()"); // box.startDrag(); gameContainer.on(Event.MOUSE_MOVE, this, moveHandler); } } } 我实现的是刮刮奖模式 ...
来源: Laya_社区 发布时间: 20170315
...邀请: 与内容相关的链接 提交 1 个回复 qian 赞同来自: 用off试一下 2018-01-31 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 xiahaijiao 相关问题 Dialog:屏蔽点击Dialog之外的区域关闭弹框 分享:自...
来源: Laya_社区 发布时间: 20180131
...nts.Event):void{ console.log("MOUSE_UP"); this.off(laya.events.Event.MOUSE_MOVE ,this, this.onMouseMove); if(this.isMove) { let moveLen = this.onMouseDownX - e.target.mouseX; let offsetY = Math.abs(thi...
来源: Laya_社区 发布时间: 20160823
...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instant...
来源: Laya3.0_api 发布时间: 20231115
...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeAllLayers removeChild removeChildAt removeChildByName removeChildren removeLayer removeSelf render replaceChild resetProjectionMatr...
来源: Laya3.0_api 发布时间: 20231115
...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instant...
来源: Laya3.0_api 发布时间: 20231115
...s constructor Properties _extra _scene _url name tag LIGHTMAP LIGHTMAPSCALEOFFSET LIGHTMAP_DIRECTION PICKCOLOR REFLECTIONCUBE_HDR_PARAMS REFLECTIONCUBE_PROBEBOXMAX REFLECTIONCUBE_PROBEBOXMIN REFLECTIONCUBE_PROBEPOSITION REFLECTIONTEXTURE SAHDERDEFINE_LIGHTMAP SHADERDEFINE_LIGHTMAP_DIRECTIONAL SHADER...
来源: Laya3.0_api 发布时间: 20231115
...ChildIndex getComponent getComponents hasHideFlag hasListener isAncestorOf off offAll offAllCaller on onAfterDeserialize onAwake onDestroy onDisable onEnable once removeChild removeChildAt removeChildByName removeChildren removeSelf replaceChild runCallLater setChildIndex timerLoop timerOnce instant...
来源: Laya3.0_api 发布时间: 20231115
...的这段,stage 是单例,你销毁地图,不影响stage的监听,off可以关闭事件监听, 你想输出几就可以做,我猜测你想要的效果是 第一个场景点击输出1 换场景输出2.这个需要移除之前的监听,重新on 一个新的。你的demo 我运行起来...
来源: Laya_社区 发布时间: 20180605