大约有 43 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0024 秒)
...rowser; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Interaction_Swipe { //swipe滚动范围 private TrackLength: number = 200; //触发swipe的拖动距离 private TOGGLE_DIST: number = this.TrackLength / 2; private buttonPosition: number; private beginPosition: number; privat...
来源: Laya_示例 发布时间: 20241117
...t WebGL = Laya.WebGL; import Rectangle = laya.maths.Rectangle export class Interaction_Scale { constructor() { Laya3D.init(640, 1136, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; // Laya.Stat.show(); this.scene = Laya.stage.addChild(new Laya.Scene()) as Laya.Scene; this.camera = this.scene.a...
来源: Laya_社区 发布时间: 20170321
..."; Laya.stage.bgColor = "#232628"; setup(); })(); function setup() { createInteractiveTarget(); createLogger(); } function createInteractiveTarget() { var rect = new Sprite(); rect.graphics.drawRect(0, 0, 200, 200, "#D2691E"); rect.size(200, 200); rect.x = (Laya.stage.width - 200) / 2; rect.y = (Lay...
来源: Laya_示例 发布时间: 20241117
...eenAni.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/interactive/Astar.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/interactive/Joystick.lh", type: Laya.Loader.HIERARCHY }, { url: "resources/prefab/uiDemo/interactive/ShapeDetection.lh", type: Laya.Loader....
来源: Laya3.0_文档 发布时间: 20241014
...n 赞同来自: http://layaair.ldc.layabox.com/demo/?category=2d&group=Interaction&name=Rotate 你可以看一下鼠标交互相关的 2018-01-19 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 alxh520 相关问题 微信关系链...
来源: Laya_社区 发布时间: 20180118
...n 赞同来自: http://layaair.ldc.layabox.com/demo/?category=2d&group=Interaction&name=Rotate 2d 鼠标交互里面有例子 2018-05-31 0 1 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 W 相关问题 如何判断横屏竖屏 ...
来源: Laya_社区 发布时间: 20180531
...estSubscribeMessage: {errMsg: "requestSubscribeMessage:fail require user interaction (only in touchend event)"} 2019-12-17 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 shiyang 赞同来自: 在onclick里面调...
来源: Laya_社区 发布时间: 20191217
... Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first. 相关代码Laya.SoundManager.playMusic("res/audio/bg.mp3", 0) 2018-06-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链...
来源: Laya_社区 发布时间: 20180608
...n 赞同来自: http://layaair.ldc.layabox.com/demo/?category=2d&group=Interaction&name=Drag 2018-01-24 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 BugCreater 相关问题 sprite旋转以后,但是原来碰撞检测rect...
来源: Laya_社区 发布时间: 20180124
... 多点触摸 https://layaair.ldc.layabox.com/demo/?category=2d&group=Interaction&name=Scale 这个demo 在网页上没有问题 但是在QQ玩一玩上面不起作用 发现 e.touches=undefined 2018-11-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已...
来源: Laya_社区 发布时间: 20181114