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

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

1. 缓动-时间线 [ 100%]

...l:String, offset:Number) offset: 标签事件相对于上个动画的偏移时间(单位:毫秒) this.timeLine.addLabel("turnRight", 0).to(this.target, {x:450, y:100, scaleX:0.5, scaleY:0.5}, 2000, null, 0) .addLabel("turnDown", 0).to(this.target, {x:450, y:300, scaleX:0.2, scaleY:1, alpha:1}, 200...

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

2. 计时器-间隔循环 [ 89%]

...etup() { let vGap = 100; this.rotateTimeBasedText = this.createText("基于时间旋转", Laya.stage.width / 2, (Laya.stage.height - vGap) / 2); this.rotateFrameRateBasedText = this.createText("基于帧频旋转", this.rotateTimeBasedText.x, this.rotateTimeBasedText.y + vGap); Laya.timer.loop(200, ...

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

3. 计时器-延迟执行 [ 79%]

....off(Event.CLICK, this, this.onDecreaseAlpha1); //定时执行一次(间隔时间) Laya.timer.once(3000, this, this.onComplete1); } onDecreaseAlpha2(e) { const Event = Laya.Event; //移除鼠标单击事件 this.button2.off(Event.CLICK, this, this.onDecreaseAlpha2); //定时执行一次(基于帧率...

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

4. 输入设备-地图 [ 73%]

...p.altitudeAccuracy + "\n头:" + p.heading + "\n速度:" + p.speed + "\n时间戳:" + p.timestamp; } // 将原始坐标转换为百度坐标 convertToBaiduCoord(data) { if (data.status == 0) { let position = data.points[0]; // 设置标注物位置 marker.setPosition(position); map.panTo(positi...

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

5. 鼠标交互-Hold [ 69%]

... 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_示例 发布时间: 20241117

6. UI-RefreshList [ 19%]

... 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_示例 发布时间: 20241117