大约有 3,269 项符合查询结果, 库内数据总量为 31,624 项。 (搜索耗时: 0.0076 秒)
...ite; for (var i = 0; i < this.aniSpriteArray.length; i++) { tAniSprite = this.aniSpriteArray[i]; tAniSprite.show(); } } } hide () { ...
来源: Laya_社区 发布时间: 20220627
...info.zw - vec2(0.5,0.5))*256.0;\ float radius = length(pos.xy);\ float angle = -degrees(atan(pos.x, pos.y)) + 180.0;\ float fa = radians(angle - progress * 360.0) * radius + 1.0;\ fa = clamp(fa, 0.0, 1.0)...
来源: Laya_社区 发布时间: 20170606
...ight:bold;" + "font:24px Arial' " + "color='red' " + "href='www.baidu.com'>" + "LayaBox</span><span>欢迎你的加入</span>" Laya.stage.addChild(div); Ts HTMLDivElement href标签为何没有下划线,AS版本却有? 2018-06-11 添加评论 免费帖 --> 分享 微博 QZON...
来源: Laya_社区 发布时间: 20180611
...Air-IDE(需要LayaAirIDE3.2.0beta3版本及以上),打开LayaAirIDE->文件->添加模块->勾选鸿蒙NEXT构建支持,点击安装等待模块的下载解压,如图1所示: (图1) 3. 项目构建 在LayaAirIDE->文件->构建发布,打开构建发布窗口,选择发...
来源: Laya3.0_文档 发布时间: 20251010
...dth:Number = Browser.width; var height:Number = Browser.height; if (width > height) { width = height; height = Browser.width; } /*if (width > height) { width = height; height = Browser.width; } if (width != 640) { var ratio:Number = width / 640; width = 640; height = Math.floor(height / ratio)...
来源: Laya_社区 发布时间: 20170828
...transform-origin: 0px 0px 0px; transform: matrix(0.5, 0, 0, 0.5, 311, 0);"></canvas> 其他电脑上: <canvas id="layaCanvas" width="760" height="650" style="position: absolute; left: 0px; top: 110px; background: rgb(255, 237, 118); transform-origin: 0px 0px 0px; transform: matrix(1, 0...
来源: Laya_社区 发布时间: 20190401
安装layaair2-cmd一直失败 C:\Users\Administrator>npm i layaair2-cmd -g npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3. C:\Users\Admini...
来源: Laya_社区 发布时间: 20200211
...):void 克隆。 BoundSphere createfromPoints(points:Vector.<Vector3>, out:BoundSphere):void[static] 从顶点队列生成包围球。 BoundSphere createFromSubPoints(points:Vector.<Vector3>, start:int, count:int, out:BoundSphere):void[static] 从顶点的子队列生成包围球...
来源: Laya2.0_api 发布时间: 20190513
HTMLDivElement <img>标签width、height在手机端无效 请问一下 我用HTMLDivElement,设置"<img src='"+iconImg+"' width='45' height='45'></img>"标签设置图片的width、height,在编辑器或网页上显示正常,但是打包android apk后安装游戏,就显...
来源: Laya_社区 发布时间: 20190112
...\n无换行效果,但不报错:div.innerHtml = '一\n二' 2、<br>或<br/>均无效,且必定报错。为:laya.html.js映射出的HtmlElement.ts的90行。 var _style: HTMLStyle = (<HTMLStyle>o._style); 当包含<br>这个标签,里面并不会包含_style,取了...
来源: Laya_社区 发布时间: 20230413