大约有 1,204 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0066 秒)
Laya_社区(630) Laya3.0_api(207) Laya2.0_文档(119) Laya_示例(59) Laya3.0_文档(58) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41)
...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
...背景颜色,默认为黑色,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
...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
...是黄色 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
...标。 TrailMaterial blendSrc : int 获取混合源。 TrailMaterial color : Vector4 获取颜色。 TrailMaterial colorA : Number 获取颜色Z分量。 TrailMaterial colorB : Number 获取颜色B分量。 TrailMaterial colorG : Number 获取颜色G分量。 TrailMaterial colorR :...
来源: Laya2.0_api 发布时间: 20190513
...。 EffectMaterial blendSrc : int 获取混合源。 EffectMaterial color : Vector4 获取颜色。 EffectMaterial colorA : Number 获取颜色Z分量。 EffectMaterial colorB : Number 获取颜色B分量。 EffectMaterial colorG : Number 获取颜色G分量。 EffectMaterial color...
来源: Laya2.0_api 发布时间: 20190513
... 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
...); //设置文本内容 txt.text = "hello_world"; //设置文本颜色 txt.color = "#ffffff"; Laya.stage.addChild(txt); ``` 这个时候我们就可以看到txt已经添加到舞台上了,显示了txt中白色的hello_world。 接着我们给文本添加一些其他的字体样式,粗体、斜...
来源: Laya2.0_文档 发布时间: 20210714
...lement 使用<font>标签,不支持字体大小 <font size='60' color='#ffeebc'>1.装备背包上限提升至</font><font size='60' color='#67fc2c'>220</font><br/> 使用font标签,颜色支持了,但是字体大小没有变化 附件 : --> 2017-09-11 添...
来源: Laya_社区 发布时间: 20170911
...此对象。 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