大约有 124 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
...(this.filePath, Handler.create(this, () => { })); } //每次鼠标点下屏幕后,会创建一个特效 mouseDown(e: Event): void { var particle = Particle3D.Create(this.filePath); this.owner.addChild(particle); } //鼠标抬起后,会释放对象池 mouseUp(e: Event): void { Particle3D.Clear...
来源: Laya3.0_文档 发布时间: 20241014
...ngBox,cylinder.meshRender.boundingBox)); } private checkHit(): void { //从屏幕空间生成射线 this.point.elements[0] = Laya.MouseManager.instance.mouseX; this.point.elements[1] = Laya.MouseManager.instance.mouseY; this.camera.viewportPointToRay(this.point, this.ray); //射线检测获取所...
来源: Laya_社区 发布时间: 20180820
...老衲当时慌了 相关问题 关于微信小游戏关系链的问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 招聘:H5游戏开发 坐标...
来源: Laya_社区 发布时间: 20190307
...被折叠 要回复问题请先登录 发起人 debuggerx 相关问题 【屏幕适配】在LayaAir上面是竖屏,为什么到微信开发工具中就是横屏,而且还被拉伸了 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运...
来源: Laya_社区 发布时间: 20170418