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

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

191. 鼠标脚本(JavaScript-3D基础(JS)-LayaAir3D之鼠标交互) [ 56%]

...ript export default class MouseScript extends Laya.Script3D{ constructor(){super();} //物体必须拥有碰撞组件(Collider) //当被鼠标点击 onMouseDown(e){ //console.log("点击到了我box",owner.name); //从父容器销毁我自己 this.owner.removeSelf(); } } ``` > **主类**: ```typ...

来源: Laya2.0_文档 发布时间: 20210715

192. 微信排行榜 点击事件 无法监测到 [ 56%]

...ui.js 里面class WXOpenDataViewer 有个 get height{}  改成  return super.height   2019-09-23 1 1 分享 微博 QZONE 微信 Laya_Aaron 赞同来自: 需要传个demo看一下,不然不好确认原因   2019-09-23 0 2 分享 微博 QZONE 微信 叔年心~厌世 赞同来自: demo在这...

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

193. 关于Laya.Component3D脚本生命周期BUG反馈 [ 56%]

...lize(owner: Laya.Sprite3D): void         {             super._initialize(owner);         }   2017-07-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 谢谢...

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

194. Image设置skin的Bug [ 56%]

...mage被 destroy(destroyChild: boolean = true): void {         super.destroy(true);         this._bitmap && this._bitmap.destroy();         this._bitmap = null;     }   2,当前资源加载完成后,回调设置皮肤资源找不到_bitmap /**     ...

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

195. 子容器的事件问题 [ 56%]

...s ViewHeadViewTest extends Laya.Sprite {     constructor() {         super();         this.graphics.drawRect(0, 0, 1500, 1500, "#0000ff");         this.on(Laya.Event.CLICK, this, this.onclickTest);     }     onclickTest(): void {         console.log("单击也没有效果, wh...

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

196. Runtime照着视频做运行不了,求解 [ 56%]

... export default class TextInputExt extends Laya.TextInput{ constructor() { super(); } } 脚拖到runtime那里,结果运行提示找不到脚本 附件 : --> 2019-01-21 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回...

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

197. list控件中box第一行和第二行为什么重复了 [ 56%]

...么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 super1013 相关问题 两个对象new了一个相同的对象,调用第一个的一个方法,走进了第二方法里 在List渲染的时候,在滚动一个list的时候,如何实现另一个list也跟着滚动,并...

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

198. renderType设置成instance,单例模式怎么使用的啊 [ 56%]

...来自: liwenhua public function GameUI():void {             super();             GameUI.instance = this;                      }   设置单例之后,runtime脚本里面就 指定一下,就ok了,免去写单例代码。 2019-05-21 1 0 分享 微博 ...

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

199. TypeScript语法问题,泛型 [ 56%]

...gle.instance =new Single(); } } class Car extends Single { constructor() { super(); } } var inst = Car.GetInstance<Car>() 2018-06-21 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 …… 相关问题 发起问题须知,必看!...

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

200. 为啥我在批量removeself 会报错卡死 [ 56%]

...is.mouseEnabled = true; if(this.visible == false) { this.visible = true; } super.removeSelf(); if(itemCountTx != null) { itemCountTx.removeSelf(); } return this; }   2017-11-29 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...

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