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

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

391. MovieClip加载错误抛什么事件? [ 83%]

...ge { import laya.ani.swf.MovieClip; import laya.display.Stage; import laya.events.Event; import laya.webgl.WebGL; public class MouseCount { public function MouseCount() { Laya.init(720, 1280, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode...

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

392. http无响应 [ 83%]

... this.dlg; } function connect() { var hr = new Laya.HttpRequest(); hr.once(Event.PROGRESS, this, onHttpRequestProgress); hr.once(Event.COMPLETE, this, onHttpRequestComplete); hr.once(Event.ERROR, this, onHttpRequestError); hr.send('http://111.73.45.19/index.php/Tgy/tgyPost', 'username=c11111&pas...

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

393. laya.d3.component.animation.CameraAnimations [ 83%]

...es | Index | Frames No Frames CameraAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class CameraAnimationsInheritanceCameraAnimations KeyframeAnimations Component3D EventDispatcher Object CameraAnimations 类用于创建摄像机动画组件。 Public Pro...

来源: laya_api 发布时间: 20170603

394. laya.display.Stage [ 83%]

... All Classes | Index | Frames No Frames StageProperties | Methods | Events | Constants Packagelaya.displayClasspublic class StageInheritanceStage Sprite Node EventDispatcher Object Stage 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage ...

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

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

...相关的链接 提交 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

396. 鼠标点击监听问题 [ 83%]

...对象点击区域范围,这时对象监听的事件就没有了。。那Event里有没有可以监听到鼠标移出范围后取消事件的一个属性?   我看了Event.MOUSE_OUT和Event.MOUSE_OVER 都不是这个效果。。 2018-01-11 添加评论 免费帖 --> 分享 微博 QZONE 微信 ...

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

397. Animation类如何调用complete事件 [ 83%]

...关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: ani.on(Event.COMPLETE,this,onComplete); 2017-09-27 0 7 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添加新回复 发起人 chenhuanqi23 相关问题 两个对象new了...

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

398. laya.d3.component.animation.RigidAnimations [ 83%]

...ses | Index | Frames No Frames RigidAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class RigidAnimationsInheritanceRigidAnimations KeyframeAnimations Component3D EventDispatcher Object RigidAnimations 类用于创建变换动画组件。 Public Propertie...

来源: laya_api 发布时间: 20170929

399. laya.d3.component.physics.MeshCollider [ 83%]

...lasses | Index | Frames No Frames MeshColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class MeshColliderInheritanceMeshCollider Collider Component3D EventDispatcher Object MeshCollider 类用于创建网格碰撞器。 Public Properties Hide Inherited Public ...

来源: laya_api 发布时间: 20170929

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

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