大约有 190 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0036 秒)
Laya_社区(157) Laya2.0_api(13) Laya2.0_示例(6) Laya3.0_文档(4) Laya3.0_api(4) Laya2.0_文档(3) Laya_示例(3)
...div> <button class="btn" data-clipboard-action="copy" data-clipboard-target="div">Copy</button> <!-- 2. Include library --> <script src="../src/Frame/ThirdLibs/clipboard.min.js"></script> <!-- 3. Instantiate clipboard --> <script> var clipboard = new ...
来源: Laya_社区 发布时间: 20180626
...)(); function onBoyClick(e) { //点击后小人会放大缩小 var boy = e.target; if (boy.scaleX === 1) { boy.scale(1.2, 1.2); } else { boy.scale(1, 1); } } function onTxtClick(e) { //点击后切换适配模式 e.stopPropagation(); index++; if (index >= modes.length) index = 0; Laya.stage.scaleMod...
来源: Laya_示例 发布时间: 20241123
....onResize); } onBoyClick(e) { //点击后小人会放大缩小 let boy = e.target; if (boy.scaleX === 1) { boy.scale(1.2, 1.2); } else { boy.scale(1, 1); } } onTxtClick(e) { //点击后切换适配模式 e.stopPropagation(); index++; if (index >= modes.length) index = 0; Laya.stage.scaleMode = modes...
来源: Laya2.0_示例 发布时间: 20241123
...event._stoped = false; _this._event.nativeEvent = nativeEvent || e; _this._target = null; var docElem = document.documentElement var win = document.defaultView var clientBox = Browser._container.getBoundingClientRect() this._point.setTo((e.pageX || e.clientX)-clientBox.x - win.pageXOffset - docElem....
来源: Laya_社区 发布时间: 20191227
...钮监听CLICK事件,点击哪个就是哪个,在事件回调里用e.target获取,,,如果我理解有误,可以提供一个例子我们调试看下! 2017-09-12 0 3 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 wk003a1 相关...
来源: Laya_社区 发布时间: 20170912
...s.onMouseDown); } } onMouseDown(e: Laya.Event) { // console.log(e.currentTarget, e.target); if(e.target == this) { this.startDrag(); } else { this.stopDrag(); } } 判断一下点击对象是否是自己。才处理拖动。 2019-11-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回...
来源: Laya_社区 发布时间: 20191121
... • 2018-03-24 14:57 已解决: if (e.type == Laya.Event.CLICK) { if (e.target.name == "arrow") { //Tree的开/关,当打开一个时,另一个关闭 var item:Cell = e.target.parent as Cell; if (item.dataSource.isOpen == true) { if (this.selectedIndex == -1) { this.selectedIndex = i...
来源: Laya_社区 发布时间: 20171011
...hrome出现错误: Error processing launch: Error Could not attach to main target 2.2.0beta4 发布微信小游戏,安卓设备加载场景黑屏 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 图集打包找不到图集...
来源: Laya_社区 发布时间: 20180207
...hrome出现错误: Error processing launch: Error Could not attach to main target 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined LayaAir2D示例 Mac 2.0.0beta3 Chrome调试黑屏 路径是对的,但老是,调试控制台提示:错误,图片是IDE...
来源: Laya_社区 发布时间: 20190430
...hrome出现错误: Error processing launch: Error Could not attach to main target 如何通过命令行工具构建和发布项目 循环依赖不能运行 Circular dependency: 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 用了第三方socket类 项...
来源: Laya_社区 发布时间: 20181025