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

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

1. 鼠标交互-滑动 [ 100%]

...0); } /**按下事件处理*/ onMouseDown(e) { const Event = Laya.Event; //添加鼠标移侦听 Laya.stage.on(Event.MOUSE_MOVE, this, this.onMouseMove); buttonPosition = this.button.x; Laya.stage.on(Event.MOUSE_UP, this, this.onMouseUp); Laya.stage.on(Event.MOUSE_OUT, this, this.onMouseUp); } /*...

来源: Laya2.0_示例 发布时间: 20241117

2. 鼠标交互-鼠标交互 [ 82%]

... appendText(value) { txt.text += value; txt.scrollY = txt.maxScrollY; } /**添加提示文本*/ createLogger() { const Text = Laya.Text; txt = new Text(); txt.overflow = Text.SCROLL; txt.text = "请把鼠标移矩形方块,左右键操作触发相应事件\n"; txt.size(Laya.stage.width, Laya.s...

来源: Laya2.0_示例 发布时间: 20241117

3. 混合模式-Lighter [ 81%]

...1; i = animation.frames.concat(); // 反转帧 clips = clips.reverse(); // 添加已有帧末尾 animation.frames = animation.frames.concat(clips); animation.play(); return animation; } private preFixNumber(num:number, strLen:number):string { return ("0000000000" + num).slice(-strLen); } private ...

来源: Laya2.0_示例 发布时间: 20241117

4. UI-RefreshList [ 46%]

...r.create(this, function(){ this.initView(); })); } initView(){ // 加载并添加场景中需要使用的资源 this.baseBox = new Box(); this.baseBox.width = 443; this.baseBox.height = 622; this.baseBox.pos(30, 28); this.baseBox.bgColor = "#ffffff"; // 加载进度条 this.refreshLoading = new Box(...

来源: Laya2.0_示例 发布时间: 20241117