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

大约有 434 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)

351. laya.d3.core.material.PBRStandardMaterial_API3.0 [ 43%]

...l.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:186 漫反射颜色。 Returns Color Inherited from PBRMaterial.albedoColor Defined in laya/d3/core/material/PBRMaterial.ts:190 漫反射颜色。 Parameters value: Color Returns void albedoTexture get albedoTexture(): BaseTexture set alb...

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

352. laya.display.Text [ 42%]

...true,对性能有一定影响。 Sprite  bgColor : String 文本背景颜色,以字符串表示。 Text blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite  bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

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

353. laya.display.Input [ 42%]

...性能有一定影响。 Sprite  bgColor : String[override] 文本背景颜色,以字符串表示。 Input blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

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

354. 缓动动画(JavaScript-LayaAir基础篇(JS)-动画基础) [ 42%]

... ```javascript //初始化舞台 Laya.init(1334,750,Laya.WebGL); //背景颜色 Laya.stage.bgColor = "#1b2436"; //创建缓动文本 createTween(); function createTween(){ //"LayaBox"字符串总宽度 var w = 800; //文本创建的起始x位置(>>在此使用右移运算符,相当于/2 用>>效...

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

355. laya.display.Text_API3.0 [ 42%]

...、渲染模式。 Laya.stage.bgColor = "#efefef";//设置画布的背景颜色。 onInit(); } private function onInit():void { var text:Text = new Text();//创建一个 Text 类的实例对象 text 。 text.text = "这个是一个 Text 文本示例。"; text.color = "#008fff";//设置 text 的文...

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

356. laya.html.dom.HTMLDivElement [ 42%]

...ight:bold:none; 字体是否是粗体,功能同bold color:#ff0000; 字体颜色 stroke:2px; 字体描边宽度 strokeColor:#ff0000; 字体描边颜色 padding:10px 10px 20px 20px; 边缘的距离 vertical-align:top|bottom|middle; 垂直对齐方式 align:left|right|center; 水平对齐方式 line-...

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

357. laya.ui.TextInput [ 41%]

...背景 AutoBitmap 组件实例。 TextInput bgColor : String 文本背景颜色,以字符串表示。 Label blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bold : Boolean 指定文本是否为粗体字。 默认值为 false,这意味着不使用粗体字...

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

358. 缓动动画(TypeScript-LayaAir基础篇(TS)-动画基础) [ 41%]

... constructor() { //初始化舞台 Laya.init(1334,750,Laya.WebGL); //背景颜色 Laya.stage.bgColor = "#1b2436"; //创建缓动文本 this.createTween(); } //创建缓动文本 private createTween():void{ //"LayaBox字符串总宽度" var w:number = 800; //文本创建的起始位置(>>在此使用...

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

359. 3D概念入门 · LayaAir3.0文档 · LAYABOX [ 41%]

...置点,但顶点不仅包含了坐标位置信息,还有UV、法线、颜色等信息。其它的先不讲,我们继续来了解UV。 UV其实也是坐标, 完整的说应该是UVW(由于xyz已经被顶点坐标轴占用,所以另选三个字母表示), 这三个轴U是屏幕水平...

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

360. 零基础了解3D游戏开发基础概念(TypeScript-3D基础(TS)-LayaAir3D图形系统基础概念) [ 41%]

...置点,但顶点不仅包含了坐标位置信息,还有UV、法线、颜色等信息。其它的先不讲,我们继续来了解UV。 UV其实也是坐标, 完整的说应该是UVW(由于xyz已经被顶点坐标轴占用,所以另选三个字母表示), 这三个轴U是屏幕水平...

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