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

大约有 759 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0049 秒)

141. laya.d3.core.RenderableSprite3D [ 73%]

... | Index | Frames No Frames RenderableSprite3DProperties | Methods | Events Packagelaya.d3.coreClasspublic class RenderableSprite3DInheritanceRenderableSprite3D Sprite3D Node EventDispatcher ObjectSubclasses MeshSprite3D, PixelLineSprite3D, ShuriKenParticle3D, SkinnedMeshSprite3D, TerrainChun...

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

142. 移动端h5项目如何获取多点触摸的坐标 [ 73%]

...相关的链接 提交 2 个回复 158*****871 赞同来自: Laya.stage.on(Event.MOUSE_DOWN, this, this.onMouseDown);     onMouseDown(e) { const Event = Laya.Event;   // 手机上才有 touches 属性 let touches = e.touches;   if (touches && touches.length == 2) { preRadian = Math.atan2...

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

143. laya.d3.component.Component3D [ 73%]

...Classes | Index | Frames No Frames Component3DProperties | Methods | Events Packagelaya.d3.componentClasspublic class Component3DInheritanceComponent3D EventDispatcher ObjectImplements IUpdate, laya.resource.IDestroySubclasses Animator, AttachPoint, Collider, KeyframeAnimations, Script Compon...

来源: laya_api 发布时间: 20170929

144. laya.d3.core.SkinnedMeshSprite3D [ 72%]

...| Index | Frames No Frames SkinnedMeshSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class SkinnedMeshSprite3DInheritanceSkinnedMeshSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object SkinnedMeshSprite3D 类用于创建网格。 Public Properties...

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

145. Animation播放完一次动画后的回调问题 [ 72%]

Animation播放完一次动画后的回调问题 starView.ani1.on(Laya.Event.COMPLETE,null,OnAnimation); 这个ani1是这个动画这样设置回调不对吗? 我看API那边事件就是这个COMPLETE 2017-02-15 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀...

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

146. 在微信分享成功的回调函数里,Laya播放音效失败。 [ 72%]

...his, this.onLoop); //移除舞台的鼠标移动事件 Laya.stage.off(Laya.Event.MOUSE_MOVE); }  //恢复 GameEx.prototype.resume = function () { //在循环中创建敌人 Laya.timer.frameLoop(1,this,this.onLoop); console.log("恢复播放音乐") Laya.SoundManager.stopMusic(); Laya.SoundManager.p...

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

147. 鼠标事件out ,move 发生再up事件之后 [ 72%]

...件out ,move 发生再up事件之后 一个页面,绑定事件  initEvent() {         this.bubbleView.on(Laya.Event.MOUSE_MOVE, this, this.mouseMoveCallback);         this.bubbleView.on(Laya.Event.MOUSE_UP, this, this.mouseUpCallback);         this.bubbleView.on(Lay...

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

148. 获取Sprite位置问题 [ 72%]

... 个回复 一点一滴 赞同来自: 流星win 你要在animation对象的Event的loaded事件后在getbounds获取,宽高信息即可! 2018-04-27 1 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 流星win 相关问题 unity导出粒...

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

149. 可以监听到程序关闭的事件吗? [ 72%]

...容相关的链接 提交 2 个回复 cuixueying 赞同来自:   请监听Event.BLUR和Event.FOCUS事件即可,当浏览器最小化以及浏览器关闭时,即可触发BLUR事件,当打开浏览器时即可触发FOCUS事件。 2016-12-12 0 1 分享 微博 QZONE 微信 vincent 赞同来自: ...

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

150. laya.ui.UIEvent [ 72%]

...DocumentationAll Packages | All Classes | Index | Frames No Frames UIEventProperties | Methods | Constants Packagelaya.uiClasspublic class UIEventInheritanceUIEvent Event Object UIEvent 类用来定义UI组件类的事件类型。 Public Properties Hide Inherited Public Properties Show Inhe...

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