大约有 279 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0043 秒)
...动画播放完后的回调时间 图集打包找不到图集文件 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
...该用什么缓动模式 龙骨skeleton鼠标点击区域的设置 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 Laya 鼠标Cursor怪异问题,有demo LayaAir3D 导出和使用U3D粒子特效 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 ...
来源: Laya_社区 发布时间: 20170324
...= 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
...= 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
...义 mousewheel 事件对象的 type 属性值。*/ static MOUSE_WHEEL: string; /** 定义 mouseover 事件对象的 type 属性值。*/ static ROLL_OVER: string; /** 定义 mouseout 事件对象的 type 属性值。*/ static ...
来源: Laya_社区 发布时间: 20170601
...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
...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
...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
...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