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

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

81. laya.d3.core.render.posteffect.BloomEffect_API3.0 [ 85%]

...fect Index Constructors constructor Accessors active anamorphicRatio clamp color diffusion dirtIntensity dirtTexture fastMode intensity softKnee threshold Methods effectInit getCameraDepthTextureModeFlag release CompositeInit __initDefine__ init Constructors constructor new BloomEffect(): BloomEffec...

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

82. 如何设置材质,不受光照影响 [ 85%]

... 赞同来自: Shader "Custom/MyShader" {   Properties {       _Color ("Main Color", Color) = (1,1,1,1)//Tint Color       _MainTex ("Base (RGB)", 2D) = "white" {}   }      SubShader {       Tags {  "RenderType"="Opaque" }       LOD 100       ...

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

83. laya.display.cmd.DrawTexturesCmd_API3.0 [ 85%]

...坐标集合绘制多个贴图 Hierarchy DrawTexturesCmd Index Properties colors pos texture ID Methods recover Properties colors colors: number[] Defined in laya/display/cmd/DrawTexturesCmd.ts:21 附加顶点色 pos pos: ArrayLike<number> Defined in laya/display/cmd/DrawTexturesCmd.ts:18 绘...

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

84. 数字和字符混搭换行不标准的问题 [ 84%]

...  如下图 代码如下   UIChatText = new HTMLDivElement(); UIChatText.color = "#FFFFFF"; UIChatText.innerHTML = "<span style='font:24px' color='#FF0000'>" + "[管理员]</span><br/>" + "<span style='font:24px' color='#FFFFFF'>我是第一行111,一11111</span>&lt...

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

85. laya.d3.core.pixelLine.PixelLineMaterial [ 84%]

...ixelLineMaterial  blendSrc : int 获取混合源。 PixelLineMaterial  color : Vector4 获取颜色。 PixelLineMaterial  cull : int 获取剔除方式。 PixelLineMaterial  depthTest : int 获取深度测试方式。 PixelLineMaterial  depthWrite : Boolean 获取是否写入深度。 Pixe...

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

86. layacmd mac 系统安装不上,急 [ 84%]

...,急 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Andale Mono'; color: #28fe14; background-color: #000000; background-color: rgba(0, 0, 0, 0.9)} span.s1 {font-variant-ligatures: no-common-ligatures} yaotekejirigala:~ root# npm install layacmd -g/usr/local/bin/layacmd -> /usr/local/lib/n...

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

87. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1Skin [ 84%]

...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1SkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1SkinInheritanceVertexPositionNormalColorTexture0Texture1Skin ObjectImplements IVertex VertexPos...

来源: laya_api 发布时间: 20170929

88. 怎么输入并控制shader的参数 [ 84%]

怎么输入并控制shader的参数 Properties { _Color("_Color", Color) = (1,1,1,1) _BaseMap1("BaseMap1", 2D) = "black" {} }上面的Properties是在unity时使用来当成shader的参数,请问在layaair里面撰写shader,该怎么做来达成一样的效果。 2017-12-12 添加评论 免费...

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

89. laya.d3.graphics.VertexPositionNormalColorTexture0Texture1 [ 84%]

...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1Properties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1InheritanceVertexPositionNormalColorTexture0Texture1 ObjectImplements IVertex VertexPositionNormalC...

来源: laya_api 发布时间: 20170929

90. HTMLDivElement下划线换行时,下划线颜色错误 [ 84%]

... graphic.drawLine(startWord.x,lineY,lastWords.x+lastWords.width,lineY,this.color,1); var hitRec=HTMLHitRect.create(); hitRec.rec.setTo(startWord.x,lastWords.y,lastWords.x+lastWords.width-startWord.x,lastWords.height); hitRec.href=this.href; recList.push(hitRec); }graphic.drawLine()这里会用到thi...

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