大约有 222 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
Laya_社区(139) Laya2.0_文档(40) Laya3.0_api(28) Laya3.0_文档(5) Laya2.0_api(3) laya_api(3) Laya_示例(2) Laya2.0_示例(2)
...TML。这个我们可以通过加载文件的格式把远端加载的文件转换成文本内容赋值给标签。下面看下例子。 class Main { private video:Laya.Video; constructor() { //初始化引擎 Laya.init(500,500); var httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya....
来源: Laya3.0_文档 发布时间: 20241014
...= this.changeToClientWorld(this.point) //在showall模式下将屏幕坐标转换到client空间坐标,为射线检测偏差使用 public changeToClientWorld(input:Laya.Vector2):Laya.Vector2 { let ratioX = (input.x / Laya.stage.width); let ratioY = (input.y / Laya.stage.height); let clientWidth = ...
来源: Laya_社区 发布时间: 20180201
...): Point Defined in laya/display/Sprite.ts:1516 将父容器坐标系坐标转换到本地坐标系。 Parameters point: Point 父容器坐标点。 Returns Point 转换后的点。 getBounds getBounds(): Rectangle Defined in laya/display/Sprite.ts:580 获取本对象在父容器坐标系的矩形...
来源: Laya3.0_api 发布时间: 20231115
...entPoint Defined in laya/display/Sprite.ts:1516 将父容器坐标系坐标转换到本地坐标系。 Parameters point: Point 父容器坐标点。 Returns Point 转换后的点。 getBounds getBounds(): Rectangle Implementation of ISelect.getBounds Inherited from Text.getBounds Defined in laya/dis...
来源: Laya3.0_api 发布时间: 20231115
...s, () => { this.refreshList.scrollBar.disableDrag = false; })); } else { //转换全局坐标为列表单元格的本地坐标并保存 this.moveLastPos = e.target.globalToLocal(new Point(Laya.stage.mouseX, Laya.stage.mouseY)); //鼠标按下的时候进行移动侦听 e.target.on(Event.MOUSE_MOVE, ...
来源: Laya2.0_示例 发布时间: 20241118
...再次点击后退键退出游戏”,如果去掉这个提示 spine动画转换失败,加载错误:导出二进制数据出错:writeUint8 error - Out of range261, 有谁知道什么原因导致的吗? 怎样解决? websocket 中 protobuf 数据的发送与接收的具体方法是怎样的? 微...
来源: Laya_社区 发布时间: 20180211
...容是根据gameStart函数时进行初始化的。代码中做了下坐标转换,用一维代二维,简化了下坐标计算。var card = ; var button = ; // 设定卡片 for (var i = 0; i < 8; i++) { for (var j = 0; j < 3; j++) { var index = 8 * j + i card[index] = new Laya.Sprite(); Lay...
来源: Laya_社区 发布时间: 20160623
...: boolean Defined in laya/display/Text.ts:202 是否将字符串中的\n,\t转换为实际功能的字符 _scene _scene: Node Inherited from Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果...
来源: Laya3.0_api 发布时间: 20231115
...entPoint Defined in laya/display/Sprite.ts:1516 将父容器坐标系坐标转换到本地坐标系。 Parameters point: Point 父容器坐标点。 Returns Point 转换后的点。 getBounds getBounds(): Rectangle Implementation of ISelect.getBounds Inherited from Text.getBounds Defined in laya/dis...
来源: Laya3.0_api 发布时间: 20231115
...entPoint Defined in laya/display/Sprite.ts:1516 将父容器坐标系坐标转换到本地坐标系。 Parameters point: Point 父容器坐标点。 Returns Point 转换后的点。 getBounds getBounds(): Rectangle Inherited from Text.getBounds Defined in laya/display/Sprite.ts:580 获取本对象...
来源: Laya3.0_api 发布时间: 20231115