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

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

351. laya.d3.core.material.PBRSpecularMaterial_API3.0 [ 67%]

...renderQuality Accessors MaterialDefine MaterialProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha blendSrcRGB cpuMemory cull depthTest depthWrite destroy...

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

352. 为什么这个ui中给这个TextInput组件runtime属性绑定了一个类 [ 67%]

...色. if (!this.initText) { this.initText = this.textField.text ; this.initColor = this.textField.color ; }  // 如果是初始提示字符串, 就设置为空, 同时设置颜色和斜体. if (this.textField.text === this.initText) { this.textField.text = "" ; this.textField.color = "#000000" ; thi...

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

353. 在native中 HTMLDivElement中文堆叠在一起了 [ 67%]

...显示正常的,在app中堆叠在一起了, chat = `<span style="color: #0F9D58">` + nickName + `:</span> <span style="color: #F4B400;">` + msg.msg + `</span> <br/><span> </span><br/>`; this.chatBox.appendHTML(chat); 附件 : --> 2018-08-03 添...

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

354. [LayaAir3]反馈一个文本合批的bug [ 67%]

...的文本let t1 = Laya.stage.addChild(new Laya.Label);t1.text = "aaaa";t1.color = "#ff0000";let t2 = Laya.stage.addChild(new Laya.Label);t2.text = "bbb";t2.color = "#ff0000";t2.y = 100;t2.disabled = true   步骤二:复制下面代码继续在浏览器控制台执行,可以看到第一个红色...

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

355. laya.display.Graphics [ 67%]

...此对象。 Graphics  drawCircle(x:Number, y:Number, radius:Number, fillColor:*, lineColor:* = null, lineWidth:Number = 1):void 绘制圆形。 Graphics  drawCurves(x:Number, y:Number, points:Array, lineColor:*, lineWidth:Number = 1):void 绘制一系列曲线。 Graphics  drawLine(fromX:Numb...

来源: laya_api 发布时间: 20170929

356. Text的中划线(删除线) [ 67%]

...         this._graphics.drawLine(x,y,x+lineWidth,y,this.underlineColor || this.color,1);         } y  如果  y+=this._charSize.height/2;  就是中划线  可以自己加个变量 控制 例如  linethrough   如果是 true的时候  y+=this._charSize.height/2;  false 就...

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

357. layanative安卓端需要怎么添加ttf字体,需要增加两种字体? [ 67%]

...n test():void { var text:Text; text = new Text(); text.fontSize = 30; text.color = "#ff0000"; text.text = "你好"; text.pos(100, 100); Laya.stage.addChild(text);   text = new Text(); text.fontSize = 30; text.color = "#ff0000"; text.text = "你好"; text.font = "remember"; text.pos(100, 200); Laya....

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

358. 文本基础样式(TypeScript-LayaAir基础篇(TS)-文本) [ 67%]

...lignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = "showall"; Laya.stage.bgColor = "#232628"; var txt: Text = new Text(); //给文本的text属性赋值 txt.text = "hello_world"; txt.color = "#ffffff"; Laya.stage.addChild(txt); } } } new laya.HelloLayabox(); ``` 这个时候我们就可以看到txt...

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

359. 请问,如何获得StandardMaterial,为什么transformUV始终是null [ 67%]

...directionLight = scene.addChild(new Laya.DirectionLight()); directionLight.color = new Laya.Vector3(0.6, 0.6, 0.6); directionLight.direction = new Laya.Vector3(1, -1, -1); //加载网格 var layaMonkey = scene.addChild(new Laya.MeshSprite3D(Laya.Mesh.load("../../res/threeDimen/skinModel/LayaMonkey/A...

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

360. laya.d3.core.material.Material_API3.0 [ 67%]

...fectiveProperty event getBool getBoolByIndex getBuffer getBufferByIndex getColor getColorByIndex getFloat getFloatByIndex getInt getIntByIndex getMatrix4x4 getMatrix4x4ByIndex getShaderData getShaderDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVecto...

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