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

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

1. 鼠标交互-Hold [ 100%]

... 1000; private apePath: string = "res/apes/monkey2.png"; //触发hold事件时间为1秒 private ape: Sprite; private isApeHold: Boolean; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(Browser.clientWidth, Browser.clientHeight, WebGL); Laya.stage.alignV = Stage.ALIGN_MIDDLE; Lay...

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

2. UI-RefreshList [ 84%]

... 21); this.LmsgTitle.width = 101; this.LmsgTitle.height = 20; // 列表item时间 this.LmsgTime = new Label(); this.LmsgTime.text = "00:00"; this.addChild(this.LmsgTime); this.LmsgTime.font = "Microsoft YaHei"; this.LmsgTime.fontSize = 22; this.LmsgTime.color = "#322f2f"; this.LmsgTime.pos(356, 21);...

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