大约有 132 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0045 秒)
...于list每个item下button.name互相覆盖的问题 IDE编辑器突然被边框菜单覆盖的解决方法 .ls加载会比.scene慢,导致.scene的UI被3d覆盖,应该如何让ui覆盖在3D上 3D通过AnimatorState为Animator添加多个播放状态islooping属性会被覆盖 每次重新发布...
来源: Laya_社区 发布时间: 20210701
...景颜色 * border-color:#ff0000; 边框颜色 * width:100px; 对象宽度 * height:100px; 对象高度 * * 示例用法: ...
来源: Laya_社区 发布时间: 20190815
...间的直线上,下面我们只需要在drawPath绘制时,增加一个边框线,就可以清楚的看出错误。绘制方法graphics.drawPath修改为: ```java //绘制圆角矩形 sp.graphics.drawPath(100, 100, path, {fillStyle: "#ff0000"},{"strokeStyle":"#ffffff","lineWidth":"10"}); ``` ...
来源: Laya2.0_文档 发布时间: 20210715
...间的直线上,下面我们只需要在drawPath绘制时,增加一个边框线,就可以清楚的看出错误。绘制方法graphics.drawPath修改为: ```java //绘制圆角矩形 sp.graphics.drawPath(100, 100, path, {fillStyle: "#ff0000"},{"strokeStyle":"#ffffff","lineWidth":"10"}); ``` ...
来源: Laya2.0_文档 发布时间: 20210715
...间的直线上,下面我们只需要在drawPath绘制时,增加一个边框线,就可以清楚的看出错误。绘制方法graphics.drawPath修改为: ```java //绘制圆角矩形 this.sp.graphics.drawPath(100, 100, path, {fillStyle: "#ff0000"},{"strokeStyle":"#ffffff","lineWidth":"10"}); ...
来源: Laya2.0_文档 发布时间: 20210715
...x; 行高 * background-color:#ff0000; 背景颜色 * border-color:#ff0000; 边框颜色 * width:100px; 对象宽度 * height:100px; 对象高度 * * 示例用法: * var div:HTMLDivElement=new HTMLDivElement(); * div.innerHTML = "<link type='text/css' href='html/test.css'/><a href='alink'&...
来源: Laya3.0_文档 发布时间: 20230303
...Menu Globals "laya/physics/EdgeCollider" EdgeCollider Class EdgeCollider 2D边框碰撞体 Hierarchy ColliderBase EdgeCollider Index Constructors constructor Properties _extra _singleton fixture label owner rigidBody runInEditor scriptPath Accessors awaked density destroyed enabled friction hideFlag...
来源: Laya3.0_api 发布时间: 20231115
...lighter"。Sprite borderColor : String 表示颜色样本列表面板的边框颜色值。 ColorPicker bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,...
来源: laya_api 发布时间: 20170929
...lighter"。Sprite borderColor : String 表示颜色样本列表面板的边框颜色值。 ColorPicker bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时...
来源: Laya2.0_api 发布时间: 20190513
...本显示为斜体。 text.borderColor = "#fff000";//设置 text 的文本边框颜色。 Laya.stage.addChild(text);//将 text 添加到显示列表。 } } } example Text_Example(); function Text_Example() { Laya.init(640, 800);//设置游戏画布宽高、渲染模式。 Laya.stage.bgColor = "#efef...
来源: Laya3.0_api 发布时间: 20231115