大约有 185 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0066 秒)
... 何吓吓 赞同来自: 我来说一下,我觉功能应该是既可以监听,又可以改变,这个没有监听坐标功能,还有就是,看图片 2019-03-01 0 1 分享 微博 QZONE 微信 Nevermore 赞同来自: 解压不了?? 提示压缩包损坏~ 2019-03-01 0 8 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20190225
... 0 0 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 你可以在鼠标监听里打印log 看看是不是因为有东西挡住了之类的 2018-08-07 0 0 分享 微博 QZONE 微信 天梦君 赞同来自: 没有,我单新建一个项目然后放了一个图片元素的List,测试可以拖动...
来源: Laya_社区 发布时间: 20180807
...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点的属性 mouseEnable 的值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...
来源: laya_api 发布时间: 20170929
...作原理二、Laya.Sokcet通信基础2.1 建立连接的方式2.2 事件监听与处理三、webSocket数据通信实例3.1 字符串数据通信3.2 二进制数据通信3.3 基于Laya.Byte二进制通信四、其它APIWebSocket通信 Author: Charley WebSocket 协议因其全双工、低延迟的...
来源: Laya3.0_文档 发布时间: 20251010
...图片资源丢失 TextInput控件。想在边输入的过程中。边做监听。需要怎么做吗? 希望能介绍下编译as的大致过程 如何在chrome console 里模拟canvas点击事件 怎么在模拟点击事件 Laya升级到2.5之后,文字缩放动画出现抖动 模型动画抖动...
来源: Laya_社区 发布时间: 20180226
.../display/Sprite.ts:1709 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点的属性 mouseEnable 的值都为 true(如果父节点手动设置为false,则不会更改)。 Returns boolean Inherited from Text.mouseEnabled Defined in lay...
来源: Laya3.0_api 发布时间: 20231115
...mouseEnabled : Boolean 是否接受鼠标事件。 默认为false,如果监听鼠标事件,则会自动设置本对象及父节点的属性 mouseEnable 的值都为 true(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象...
来源: Laya2.0_api 发布时间: 20190513
...erver"; /** * 服务器端的socket */ ServerSocket server; /** * 服务器监听的端口号 */ public static final int PORT = 8080; // public static HttpServer getInstance(){ // if(httpServer == null){ // httpServer = new HttpServer(); // } // return httpServer; // } public HttpServer() { try { se...
来源: Laya_社区 发布时间: 20160104
...te 默认不接受鼠标事件,即mouseEnabled=false,但是只要对其监听任意鼠标事件,会自动打开自己以及所有父对象的mouseEnabled=true。所以一般也无需手动设置mouseEnabled。 LayaAir引擎API设计精简巧妙。核心显示类只有一个Sprite。Sprite针...
来源: Laya2.0_api 发布时间: 20190513
... in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher offAxisEvent offAxisEvent(index: number, type: string, caller: any, listener: Function): void Defined in laya/d3/WebXR/core/WebXRInput.ts:184 remove axis even...
来源: Laya3.0_api 发布时间: 20231115