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

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

101. laya.resource.HTMLCanvas_API3.0 [ 87%]

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

102. laya.utils.TimeLine [ 87%]

...毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  from(target:*, props:Object, duration:Number, ease:Function = null, offset:Number = 0):TimeLine 从 props 属性,缓动到当前状态。 TimeLine  from(target:*, props:Object, duration:Number,...

来源: Laya2.0_api 发布时间: 20190513

103. laya.d3.core.light.SpotLight [ 87%]

...毁自己本身。 Node event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(delay...

来源: Laya2.0_api 发布时间: 20190513

104. 在移动端上的多点touch事件 [ 86%]

在移动端上的多点touch事件 没看到API啊,移动端怎么处理多点事件?,用原生的JS去侦听touch,返回的对象是整个canvas 2017-10-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复...

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

105. laya.utils.TimeLine [ 86%]

...毁此对象。 TimeLine event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  from(target:*, props:Object, duration:Number, ease:Function = null, offset:Number = 0):TimeLine 从 props 属性,缓动到当前状态。 TimeLine  from(target:*, props:Object, duration:Number,...

来源: laya_api 发布时间: 20170929

106. 是否有类似REMOVED_FROM_STAGE的事件 [ 86%]

是否有类似REMOVED_FROM_STAGE的事件 laya 是否有as3中类型 REMOVED_FROM_STAGE 对象从舞台中移除的时间,目前只能侦听自身被父级移除 如果父级移除舞台 就不知道了 2019-07-19 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...

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

107. laya.d3.terrain.Terrain [ 86%]

...isableLight():voidTerrain event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher frameLoop(delay:int, caller:*, method:Function, args:Array = null, coverBefore:Boolean = true):void 定时重复执行某函数(基于帧率)。功能同Laya.timer.frameLoop()。 Node frameOnce(del...

来源: Laya2.0_api 发布时间: 20190513

108. laya.net.LoaderManager [ 86%]

...Laya.loader访问。 全部队列加载完成,会派发 Event.COMPLETE 事件;如果队列中任意一个加载失败,会派发 Event.ERROR 事件事件回调参数值为加载出错的资源地址。 LoaderManager 类提供了以下几种功能: 多线程:默认5个加载线程,可...

来源: Laya2.0_api 发布时间: 20190513

109. laya.ani.AnimationTemplet_API3.0 [ 86%]

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

110. laya.resource.Resource [ 86%]

...解锁清理。 Resource event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  getLoadedResourceByIndex(index:int):Resource[static] 通过索引返回本类型已载入资源。 Resource  getLoadedResourcesCount():int[static] 本类型已载入资源个数。 Resource hasL...

来源: laya_api 发布时间: 20170422