• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,693 项符合查询结果, 库内数据总量为 31,625 项。 (搜索耗时: 0.0088 秒)

1611. laya.display.EffectAnimation_API3.0 [ 36%]

...帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件派发事件是在完成当前帧画面更新之后。 Parameters label: string 帧标签名称 index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited ...

来源: Laya3.0_api 发布时间: 20231115

1612. laya.display.FrameAnimation_API3.0 [ 36%]

...帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件派发事件是在完成当前帧画面更新之后。 Parameters label: string 帧标签名称 index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited ...

来源: Laya3.0_api 发布时间: 20231115

1613. 网络通信 · LayaAir3文档 · LAYABOX [ 36%]

...LayaAir引擎中用 HttpRequest 继承的是 EventDispatcher,具有事件派发的功能。加上本身具备发送请求的功能。我们写个简单的例子来看下用法: class LayaSample { constructor() { //创建HttpRequest对象 let http: Laya.HttpRequest = new Laya.HttpRequest(); //设...

来源: Laya3.0_文档 发布时间: 20250104

1614. laya.d3.core.pixelline.PixelLineSprite3D_API3.0 [ 36%]

...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

1615. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 36%]

...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

1616. laya.display.Animation_API3.0 [ 36%]

...帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件派发事件是在完成当前帧画面更新之后。 Parameters label: string 帧标签名称 index: number 帧索引 Returns void bubbleEvent bubbleEvent(type: string, data?: any): void Inherited ...

来源: Laya3.0_api 发布时间: 20231115

1617. laya.d3.core.material.Material_API3.0 [ 35%]

...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

1618. laya.display.Stage_API3.0 [ 35%]

...y/Stage.ts:114 当前焦点对象,此对象会影响当前键盘事件派发主体。 hitTestPrior hitTestPrior: boolean = false Inherited from Text.hitTestPrior Defined in laya/display/Sprite.ts:273 指定鼠标事件检测是优先检测自身,还是优先检测其子对象。鼠标事件...

来源: Laya3.0_api 发布时间: 20231115

1619. laya.d3.core.material.unlit.UnlitTestMaterial_API3.0 [ 35%]

...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

1620. 【经验分享】如何让ts项目支持装饰器语法,以及自动化发布相关的一些东西 [ 34%]

...制作(ActionScript 3.0) 解决跨域相关! 分享:自定义事件派发与侦听(A页面派发 B页面侦听) LayaBox IDE 支持多开吗 分享:打地鼠 AS、JS、TS版本 Demo! 分享:适配LayaAir版本的PureMVC框架 请问2.0的版本开始,我用ts编写的相关内容...

来源: Laya_社区 发布时间: 20201223