大约有 58 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0033 秒)
...发onCollisionEnter LayaAirIDE 2.6.1beta版本 问题一:onCollisionEnter回调有时不触发,具体请看demo中Bullet中的onCollisionEnter,回调中子弹节点会被移除,但观察结果显示有一些子弹被弹飞,并没有回调onCollisionEnter 问题二:碰撞时在下一帧de...
来源: Laya_社区 发布时间: 20200426
...无限循环。 complete:Handler (default = null) — 声音播放完成回调。 startTime:Number (default = 0) — 声音播放起始时间。 ReturnsSoundChannel — SoundChannel对象,通过此对象可以对声音进行控制,以及获取声音信息。 playSound()method public static...
来源: Laya2.0_api 发布时间: 20190513
...无限循环。 complete:Handler (default = null) — 声音播放完成回调。 startTime:Number (default = 0) — 声音播放起始时间。 ReturnsSoundChannel — SoundChannel对象,通过此对象可以对声音进行控制,以及获取声音信息。 playSound()method public static...
来源: laya_api 发布时间: 20170929
...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231115
Laya.loader.load怎么停止回调 this._load = Laya.loader.load(this._data.url, Laya.Handler.create(this, this.loadComplete), null, Laya.Loader.ATLAS); 如果我想在加载的过程中 不去触发 loadComplete方法 我该怎么办? this._load.off(Laya.Event.COMPLETE, this, this.loadComplete);...
来源: Laya_社区 发布时间: 20171221
Animation 下的Event.COMPLETE 回调 加入回调 为啥 我的动画都不播放了 _gameTableScene["donghua"+ transformToDesignIndex(msg.index)]._childs[0].on(Event.COMPLETE,null,OnAnimation()); 是我写的不对吗? 2018-03-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...
来源: Laya_社区 发布时间: 20180323
...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231115
...用Laya.loader.load("资源路径")方法加载单个资源,通过.then("回调方法")来处理加载后的逻辑。 Laya.loader.load(url).then((res)=> {/** 不带类型,用于常规的资源 */}); 完整的脚本示例如下: const { regClass, property } = Laya; @regClass() export class L...
来源: Laya3.0_文档 发布时间: 20241014
...。 Parameters type: string 事件类型。 Optional data: any (可选)回调数据。注意:如果是需要传递多个参数 p1,p2,p3,...可以使用数组结构如:[p1,p2,p3,...] ;如果需要回调单个参数 p ,且 p 是一个数组,则需要使用结构如:[p],其他的单...
来源: Laya3.0_api 发布时间: 20231115
...题请先登录 发起人 BookoMan 相关问题 骨骼动画播放完后的回调时间 Animator 如何获取当前所有动画名称呢?或者所有的AnimationClip呢? 动画混合无效(版本2.6) Animation 的createFrames 使用已经加载的图集缓存动画失败 关于龙骨动画...
来源: Laya_社区 发布时间: 20180619