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

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

301. laya.d3.core.light.AreaLightCom_API3.0 [ 70%]

...t AreaLightCom Index Constructors constructor Properties _extra _singleton color owner runInEditor scriptPath Accessors awaked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType maxBounces power shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shado...

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

302. 如何将stage背景设置为透明 [ 70%]

...背景颜色,默认为黑色,null为透明。*/ public function get bgColor():String { return _bgColor; }   public function set bgColor(value:String):void { _bgColor = value; conchModel && conchModel.bgColor(value);   if (Render.isWebGL) { if (value && value !== "black" &&a...

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

303. laya.d3.core.material.PBRMaterial_API3.0 [ 70%]

...renderQuality Accessors MaterialDefine MaterialProperty _defineDatas albedoColor albedoTexture alphaTest alphaTestValue anisotropy anisotropyEnable anisotropyRotation anisotropyTexture blend blendDst blendDstAlpha blendDstRGB blendEquation blendEquationAlpha blendEquationRGB blendSrc blendSrcAlpha b...

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

304. [LayaAir3]shader u_Time 一直为0 [ 70%]

...是黄色           if(u_Time == 0.0)         {             color = vec4(1.0,1.0,0.0,1.0);         }         else         {              color = vec4(1.0);         } 附件 : --> Bug.zip 2024-03-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找...

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

305. laya.d3.core.trail.TrailMaterial [ 70%]

...标。 TrailMaterial  blendSrc : int 获取混合源。 TrailMaterial  color : Vector4 获取颜色。 TrailMaterial  colorA : Number 获取颜色Z分量。 TrailMaterial  colorB : Number 获取颜色B分量。 TrailMaterial  colorG : Number 获取颜色G分量。 TrailMaterial  colorR :...

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

306. laya.d3.core.material.EffectMaterial [ 70%]

...。 EffectMaterial  blendSrc : int 获取混合源。 EffectMaterial  color : Vector4 获取颜色。 EffectMaterial  colorA : Number 获取颜色Z分量。 EffectMaterial  colorB : Number 获取颜色B分量。 EffectMaterial  colorG : Number 获取颜色G分量。 EffectMaterial  color...

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

307. 多行输入文本组件 · LayaAir3.4 · 引擎文档 · LAYABOX [ 70%]

... 1.2 TextArea属性介绍 (图1-2) 属性:text、font、fontSize、color、style、syntax、align、bgColor、bordercolor、overflow、wordWrap(默认为true)、leading、padding、underlinecolor、stroke、strokeColor、skin、sizeGrid、type、maxchars、restrict、prompt、promptcolor...

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

308. 文本基础样式(JavaScript-LayaAir基础篇(JS)-文本) [ 70%]

...); //设置文本内容 txt.text = "hello_world"; //设置文本颜色 txt.color = "#ffffff"; Laya.stage.addChild(txt); ``` 这个时候我们就可以看到txt已经添加到舞台上了,显示了txt中白色的hello_world。 接着我们给文本添加一些其他的字体样式,粗体、斜...

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

309. HTMLDivElement 使用<font>标签,不支持字体大小 [ 70%]

...lement 使用&lt;font&gt;标签,不支持字体大小 &lt;font size='60' color='#ffeebc'&gt;1.装备背包上限提升至&lt;/font&gt;&lt;font size='60' color='#67fc2c'&gt;220&lt;/font&gt;&lt;br/&gt; 使用font标签,颜色支持了,但是字体大小没有变化   附件 : --> 2017-09-11 添...

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

310. laya.ui.AutoBitmap [ 70%]

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

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