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

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

81. 关于Pivot和Mask联合使用时的显示问题再次提交 [ 52%]

...//设置mask         bg2.mask = maskSp;         Laya.stage.on("mousemove", this, onMouseMove);     }     function onMouseMove()     {         bg2.x = -Laya.stage.mouseX * 2;         bg2.y = -Laya.stage.mouseY * 2;         maskSp.x = Laya.stage.mouseX;      ...

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

82. 3D 鼠标检测 错乱 [ 52%]

...seTouchDown(); break ; case "mouseup": this._mouseTouchUp(); break ; case "mousemove":; var mousePoint=Input3D._tempPoint; mousePoint.setTo(e.pageX,e.pageY); Laya.stage._canvasTransform.invertTransformPoint(mousePoint); this._mouseTouch.mousePositionX=mousePoint.x; this._mouseTouch.mousePositionY=mo...

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

83. 图片使用pivotX参数后,再对图片添加遮罩会出现效果不对。 [ 50%]

...//设置mask         bg2.mask = maskSp;         Laya.stage.on("mousemove", this, onMouseMove);     }     function onMouseMove()     {         bg2.x = -Laya.stage.mouseX * 2;         bg2.y = -Laya.stage.mouseY * 2;         maskSp.x = Laya.stage.mouseX;      ...

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

84. 3D中摄像机绕物体旋转该如何实现? [ 45%]

...WN, this, this.mouseDown); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.mouseMove); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseUp); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.mouseWheel) } onUpdate(): void { if (Laya.Browser.onMobile) { this.AroundByMobileInput(); } else { this.Arou...

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

85. 官方案例里摄像机绕物体旋转脚本的问题 [ 44%]

...WN, this, this.mouseDown); Laya.stage.on(Laya.Event.MOUSE_MOVE, this, this.mouseMove); Laya.stage.on(Laya.Event.MOUSE_UP, this, this.mouseUp); Laya.stage.on(Laya.Event.MOUSE_WHEEL, this, this.mouseWheel) } onUpdate(): void { if (Laya.Browser.onMobile) { this.AroundByMobileInput(); } else { this.Arou...

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

86. 如何能监听到TouchStart和TouchEnd事件 [ 37%]

...。*/         static RIGHT_CLICK: string;         /** 定义 mousemove 事件对象的 type 属性值。*/         static MOUSE_MOVE: string;         /** 定义 mouseover 事件对象的 type 属性值。*/         static MOUSE_OVER: string;         /** 定...

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

87. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 34%]

...卡在这个问题点上了 谢谢 186*****868 • 2019-06-04 12:03 @IBA: mouseMove(e: Laya.Event) { //触摸移动的整量 let touches = e.touches; if (touches && touches.length == 2) { let distance = this.getDistance(e.touches); //判断当前距离与上次距离变化,确定是放大...

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

88. laya.media.SoundNode [ 25%]

...后调度。Sprite mousedown在显示对象上按下后调度。Sprite mousemove鼠标在对象身上进行移动后调度Sprite mouseout鼠标离开对象后调度。Sprite mouseover鼠标经过对象后调度。Sprite mouseup在显示对象抬起后调度。Sprite removed被父对象移除...

来源: laya_api 发布时间: 20170422

89. laya.ui.FrameClip [ 25%]

...调度。FrameClip mousedown在显示对象上按下后调度。Sprite mousemove鼠标在对象身上进行移动后调度Sprite mouseout鼠标离开对象后调度。Sprite mouseover鼠标经过对象后调度。Sprite mouseup在显示对象抬起后调度。Sprite removed被父对象移除...

来源: laya_api 发布时间: 20170422

90. laya.map.TileAniSprite [ 23%]

...后调度。Sprite mousedown在显示对象上按下后调度。Sprite mousemove鼠标在对象身上进行移动后调度Sprite mouseout鼠标离开对象后调度。Sprite mouseover鼠标经过对象后调度。Sprite mouseup在显示对象抬起后调度。Sprite removed被父对象移除...

来源: laya_api 发布时间: 20170929