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

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

271. 动画实例在调用含有名字参数的时候获取不到边界 [ 46%]

...动画播放完后的回调时间 图集打包找不到图集文件 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 怎么获取对象的坐标 问题状态 最新活动: 2020-09-11 15:01 浏览: 2083 关注: 2 人 198*****136 • 2020-09-11 16:34 export default class Scene_Battle ex...

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

272. LayaAir3D 物理系统之鼠标拾取(射线拾取) [ 45%]

...该用什么缓动模式 龙骨skeleton鼠标点击区域的设置 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 Laya 鼠标Cursor怪异问题,有demo LayaAir3D 导出和使用U3D粒子特效 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 ...

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

273. laya.events.Event [ 40%]

...= mouseup[static] 定义 mouseup 事件对象的 type 属性值。Event  MOUSE_WHEEL : String = mousewheel[static] 定义 mousewheel 事件对象的 type 属性值。Event  OPEN : String = open[static] 定义 open 事件对象的 type 属性值。Event  PAUSED : String = paused[static] 定义 ...

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

274. laya.events.Event [ 39%]

...= mouseup[static] 定义 mouseup 事件对象的 type 属性值。Event  MOUSE_WHEEL : String = mousewheel[static] 定义 mousewheel 事件对象的 type 属性值。Event  OPEN : String = open[static] 定义 open 事件对象的 type 属性值。Event  PAUSED : String = paused[static] 定义 ...

来源: laya_api 发布时间: 20170929

275. 如何能监听到TouchStart和TouchEnd事件 [ 38%]

...义 mousewheel 事件对象的 type 属性值。*/         static MOUSE_WHEEL: string;         /** 定义 mouseover 事件对象的 type 属性值。*/         static ROLL_OVER: string;         /** 定义 mouseout 事件对象的 type 属性值。*/         static ...

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

276. laya.ui.UIEvent [ 38%]

...g = mouseup[static] 定义 mouseup 事件对象的 type 属性值。Event MOUSE_WHEEL : String = mousewheel[static] 定义 mousewheel 事件对象的 type 属性值。Event OPEN : String = open[static] 定义 open 事件对象的 type 属性值。Event PAUSED : String = paused[static] 定义 paus...

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

277. laya.ui.UIEvent [ 37%]

...g = mouseup[static] 定义 mouseup 事件对象的 type 属性值。Event MOUSE_WHEEL : String = mousewheel[static] 定义 mousewheel 事件对象的 type 属性值。Event OPEN : String = open[static] 定义 open 事件对象的 type 属性值。Event PAUSED : String = paused[static] 定义 paus...

来源: laya_api 发布时间: 20170929

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

...tage.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.AroundByMouseInput(); } if (!this.canRotation_X) this.targetAngles.y = 0; if (!this.canRotation_Y...

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

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

...tage.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.AroundByMouseInput(); } if (!this.canRotation_X) this.targetAngles.y = 0; if (!this.canRotation_Y...

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