大约有 2,541 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0068 秒)
Laya_社区(1918) Laya3.0_api(163) laya_api(112) Laya2.0_api(107) Laya2.0_文档(76) Laya_示例(68) Laya2.0_示例(51) Laya3.0_文档(46)
...获取图片每个像素点的RGB? tree mouseHandler 怎么获取条目 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 请问如何获取鼠标在某个元素内 相对于这个元素的坐标 问题状态 最新活动: 2017-04-13 10:26 浏览: 2546 关注: 2 人
来源: Laya_社区 发布时间: 20170413
...ndefined TypeError: Cannot read property 'firstInit' of undefined at EventDispatcher.SharedIFrameUIViewerScene._initRenderAfterComplete (file:///Applications/LayaAirIDE_beta.app/Contents/Resources/app/out/vs/layaEditor/h5/layabuilder.max.js:29683:48) at EventHandler.__proto.run (file:///...
来源: Laya_社区 发布时间: 20181130
...击事件 如何设置Sprite的宽高和点击区域? 遮罩点击事件 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2017-12-11 17:15 浏览: 906 关注: 2 人 Laya_Aaron • 2017-12-11 16:54 有相关代码截图,和设置项目具体截图 或者...
来源: Laya_社区 发布时间: 20171211
...都有 鼠标滚轮滚动事件 龙骨skeleton鼠标点击区域的设置 Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2017-12-22 10:19 浏览: 832 关注: 2 人 username_zmf • 2017-12-22 10:51 你说的我不太明白,我的 combobox 就是放在 pa...
来源: Laya_社区 发布时间: 20171221
...方法时失败 分享:LayaAir下如何获取图集下的小图资源? Event.MOUSE_WHEEL 如何获取鼠标滚轮是放大开始缩小 问题状态 最新活动: 2018-01-31 16:49 浏览: 856 关注: 2 人
来源: Laya_社区 发布时间: 20180131
...mport laya.d3.resource.models.Mesh; import laya.display.Stage; import laya.events.Event; import laya.utils.Handler; import laya.utils.Stat; public class BlinnPhong_NormalMap { private var scene:Scene; private var rotation:Vector3 = new Vector3(0, 0.01, 0); private var normalMapUrl:Array = ["../../.....
来源: Laya_示例 发布时间: 20251223
...在2.0版本的js中,如何获取mouse_move的鼠标坐标 img.on(Laya.Event.MOUSE_MOVE,this,this.onmousemove); apesCtn.addChild(img); ........ onmousemove(e) { //console.log("e="+JSON.stringify(e)); for (var property in e) { console.log(property+"="+e[property]); } console.log("==================...
来源: Laya_社区 发布时间: 20181031
... this.addChild(input); input.width = 100; input.height = 50; input.on(Laya.Event.BLUR, this, e=>{ let str = input.text.split(''); for (let i = 0; i < str.length; i++) { let isNotNumber = true; for (let j = 0; j < 10; j++) { if (str[i] == j.toString()) { isNotNumber = false; break; } } if (i...
来源: Laya_社区 发布时间: 20190225
...Scene3D.load方法的第一个例子,地面部分是白色的 Dispather.event参数传的是数组,为什么收到的参数却是个int类型? 个人第一个微信小游戏《滨海乐园》 laya2.0 做的第一个小游戏发布上线,多多指教 问题状态 最新活动: 2018-04-26 21:0...
来源: Laya_社区 发布时间: 20180425
.../LayaProject1/release/harmony/LayaProject1/libSysCapabilities/src/main/ets/event/HandleMessageUtils.ts:2:18 Currently module for 'liblaya.so' is not verified. If you're importing napi, its verification will be enabled in later SDK version. Please make sure the corresponding .d.ts file is provided an...
来源: Laya_社区 发布时间: 20250106