大约有 557 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0052 秒)
Laya3.0_api(201) Laya_社区(190) Laya2.0_api(62) laya_api(51) Laya3.0_文档(23) Laya2.0_文档(18) Laya_示例(7) Laya2.0_示例(5)
...math/Vector2.ts:91 求两个二维向量的点积。 Parameters a: Vector2 left向量。 b: Vector2 right向量。 Returns number 点积。 Static normalize normalize(s: Vector2, out: Vector2): void Defined in laya/d3/math/Vector2.ts:100 归一化二维向量。 Parameters s: Vector2 源三维向量...
来源: Laya3.0_api 发布时间: 20231102
...ths/Vector2.ts:103 求两个二维向量的点积。 Parameters a: Vector2 left向量。 b: Vector2 right向量。 Returns number 点积。 Static equals equals(a: Vector2, b: Vector2): boolean Defined in laya/maths/Vector2.ts:55 判断两个二维向量是否相等。 Parameters a: Vector2 三维...
来源: Laya3.0_api 发布时间: 20231115
...o" src="res/loading/logo.png" style="position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)"> 然后进入游戏逻辑后我又在stage上添加了同样路径下的同一张图片,我想让实现这两张图片在显示上大小保持一致 但是我们的...
来源: Laya_社区 发布时间: 20180806
...,比如"#ff0000"。 * @param textAlign 文本对齐方式,可选值:"left","center","right"。 */ fillText(text: string | WordText, x: number, y: number, font: string, color: string, textAlign: string): FillTextCmd { return this.addCmd(FillTextCmd.create(text, x, y, font, color, textAlign,...
来源: Laya3.0_文档 发布时间: 20241014
...suggest'; if(window.innerHeight>=1000)//自动排版 { this.StartLeft.top= this.StartLeft.top-100; this.StartLeft.bottom= this.StartLeft.bottom+100; this.StartRight.top= this.StartRight.top-100; this.StartRight.bottom= this.StartRight.bottom+100; } //事件注册 //开始游戏 this.St...
来源: Laya_社区 发布时间: 20180810
...有关系吗: <div style="position:absolute;top: 32%;width: 80%;left: 10%;text-align:center;"> <img src="loading_logo.png" style="width: 100%;max-width:500px;" /> </div> 梦太晚 • 2019-06-20 12:56 @qian:请问可否告知,android studio这个...
来源: Laya_社区 发布时间: 20180307
...reenAdaptationEnabled tag useRetinalCanvas ALIGN_BOTTOM ALIGN_CENTER ALIGN_LEFT ALIGN_MIDDLE ALIGN_RIGHT ALIGN_TOP FRAME_FAST FRAME_MOUSE FRAME_SLEEP FRAME_SLOW SCALE_EXACTFIT SCALE_FIXED_AUTO SCALE_FIXED_AUTO_LAYAME SCALE_FIXED_AUTO_LAYAVERSE SCALE_FIXED_HEIGHT SCALE_FIXED_WIDTH SCALE_FULL SCALE_NO...
来源: Laya3.0_api 发布时间: 20231115
...值为#ffffff(白色) labelAlign 文本标签的水平对齐模式:left、center、right labelPadding 文本标签的边距。格式:上边距、右边距、下边距、左边距 strokeColors 勾选后,可以根据状态设置文本的描边颜色。分三种状态进行设置:鼠标移...
来源: Laya3.0_文档 发布时间: 20241014
...ute"); _webframe.setAttribute('style', "z-index:100001;position: absolute; left: 0px; top: 0px; background: rgb(0, 0, 0);"); Browser.document.body.appendChild(_webframe); 下面图片左边是正产机型截图,右边是联想手机截图。已测试jepg和png格式结果都一样。 附件 : --> ...
来源: Laya_社区 发布时间: 20180103
...= false; }else{ Laya.stage.useRetinalCanvas = true; } Laya.stage.alignH = "left"; 这里需要提醒一下的是,需要同步设置Stage的scaleMode、width、height、alignH、alignV中的任意一个,这样修改才会生效。 因为,设置上面这些属性,会调引擎适配方法,从...
来源: Laya3.0_文档 发布时间: 20241014