• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 357 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0068 秒)

301. laya.ui.ScaleBox [ 47%]

...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...

来源: Laya2.0_api 发布时间: 20190513

302. laya.ui.Label_API3.0 [ 46%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var label:Label = new Label();//创建一个 Label 类的实例对象 label 。 label.font = "Arial";//设置 label 的字体。 label.bold = true;//设置 label 显示为...

来源: Laya3.0_api 发布时间: 20231115

303. laya.ui.VBox [ 46%]

...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...

来源: Laya2.0_api 发布时间: 20190513

304. laya.ui.HBox [ 46%]

...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...

来源: Laya2.0_api 发布时间: 20190513

305. laya.ui.LayoutBox [ 45%]

...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...

来源: Laya2.0_api 发布时间: 20190513

306. Laya多点触控是有开关吗 为什么多点触控没有任何反应 [ 45%]

...cene.addChild(new Laya.DirectionLight());         //设置平行光颜色         directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6);                      //加载小猴子精灵         let monkey = Laya.Loader.getRes("Export/LayaScene_JJF/Conventiona...

来源: Laya_社区 发布时间: 20190531

307. laya.ui.ViewStack [ 45%]

...设置为true,对性能有一定影响。 Sprite bgColor : String背景颜色Box blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : St...

来源: Laya2.0_api 发布时间: 20190513

308. 一篇了解所有的LayaAir文本组件(TypeScript-LayaAir基础篇(TS)-文本) [ 44%]

...:`HTML文本` | | `img` | 图片标签,例如:`` | | `color` | 文本颜色标签,例如:`颜色` | 具体到style标签的属性支持如下: | style标签属性示例 | 属性说明 | | ------------------------------ | --------------------------- | | `italic:true|false;` | 是否是...

来源: Laya2.0_文档 发布时间: 20210715

309. 项目设置面板 · LayaAir3.3 · 引擎文档 · LAYABOX [ 44%]

...3 画布背景色设置 画布背景色,其实就是给画布设置一个颜色,默认值为#888888,如图1-7所示: (图1-7) 1.2 引擎初始化设置 有一些引擎的配置项,需要在引擎初始化的时候设置,而设置的入口就是如图1-8所示: (图1-8) 2D属性...

来源: Laya3.0_文档 发布时间: 20251014

310. Unity资源导出插件 · LayaAir3.3 · 引擎文档 · LAYABOX [ 44%]

...复上面导入LayaAir插件包的过程。 另外需要注意: 1.关于颜色空间的提醒: LayaAir为线性颜色空间,对于Unity颜色空间设置为Gamma的开发者可能会出现导出效果与LayaAir不一致的情况,开发者需要确认Unity是否设置为Linear颜色空间。 ...

来源: Laya3.0_文档 发布时间: 20251010