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

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

1651. laya.d3.core.particleShuriKen.ShuriKenParticle3D [ 33%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Node onAsynLoaded(url:String, data:*, params:Array):void private Sprite3D once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件...

来源: laya_api 发布时间: 20170929

1652. laya.ui.List [ 33%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node o...

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

1653. laya.display.Input [ 33%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知,此侦听事件...

来源: laya_api 发布时间: 20170929

1654. 为什么会出现报错 ani not found:ufo1_down [ 32%]

...掉血 lostHp(role1,1); lostHp(role2,1); } } } } // 如果主角死亡,停止游戏循环 if(this.hero.hp < 1){ Laya.timer.clear(this,onLoop); } // 每隔30帧创建新的敌机 if(Laya.timer.currFrame%60 === 0){ createEnemy(2); } } function lostHp(role,lostHp){ // 减血 role.hp -= lostHp; if(...

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

1655. laya.display.Text [ 32%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite once(type:String, caller:*, listener:Function, args:Array = null):EventDispatcher[override] 增加事件侦听器,以使侦听器能够接收事件通知,此侦听事件...

来源: laya_api 发布时间: 20170929

1656. 物理系统之ConfigurableConstraint(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 32%]

...面),来回弹来弹去,因为有默认的摩擦系数所以会慢慢停止。 示例效果展示: ![](img/demo.jpg)

来源: Laya2.0_文档 发布时间: 20210715

1657. 物理系统之ConfigurableConstraint(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 32%]

...面),来回弹来弹去,因为有默认的摩擦系数所以会慢慢停止。 示例效果展示: ![](img/demo.jpg)

来源: Laya2.0_文档 发布时间: 20210714

1658. laya.display.Text [ 32%]

...属性 mouseEnabled 的值为 true(如果父节点mouseEnabled=false,则停止设置父节点mouseEnabled属性)。 Sprite onAwake():void 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 此方法为虚方法,使用时重写覆盖即可 Node o...

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

1659. 物理系统之ConfigurableConstraint(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 32%]

...面),来回弹来弹去,因为有默认的摩擦系数所以会慢慢停止。 示例效果展示: ![](img/demo.jpg)

来源: Laya2.0_文档 发布时间: 20210715

1660. 播放背景音乐报错,引发闪退 [ 31%]

... drawToCanvas 报错 ImageData is not defined? 求教: soundManager如何停止正在播放的背景音乐 本地调试加载本地图片都报错 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() laya2 发布微信开放域工程,用微信...

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