大约有 1,693 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0088 秒)
...帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 Parameters label: string 帧标签名称 index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 Parameters label: string 帧标签名称 index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...LayaAir引擎中用 HttpRequest 继承的是 EventDispatcher,具有事件派发的功能。加上本身具备发送请求的功能。我们写个简单的例子来看下用法: class LayaSample { constructor() { //创建HttpRequest对象 let http: Laya.HttpRequest = new Laya.HttpRequest(); //设...
来源: Laya3.0_文档 发布时间: 20250104
...ed from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调...
来源: Laya3.0_api 发布时间: 20231115
...stView); } }开发数据域接收主域透传消息处理类:/** * 事件派发监听管理类 * author xiaosong * @date 2017-02-26 */ public class MsgMgr { /**共享画布类型**/ public static var SHAREDRESIZE:String = "sharedresize"; private static var _i:MsgMgr = null; public function MsgMgr(...
来源: Laya_社区 发布时间: 20180525
...帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 Parameters label: string 帧标签名称 index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited ...
来源: Laya3.0_api 发布时间: 20231115
...ed from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调...
来源: Laya3.0_api 发布时间: 20231115
...y/Stage.ts:114 当前焦点对象,此对象会影响当前键盘事件的派发主体。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件...
来源: Laya3.0_api 发布时间: 20231115
...ed from EventDispatcher.event Defined in laya/events/EventDispatcher.ts:32 派发事件。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调...
来源: Laya3.0_api 发布时间: 20231102
...制作(ActionScript 3.0) 解决跨域相关! 分享:自定义事件派发与侦听(A页面派发 B页面侦听) LayaBox IDE 支持多开吗 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 请问2.0的版本开始,我用ts编写的相关内容...
来源: Laya_社区 发布时间: 20201223