大约有 1,073 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)
Laya_社区(567) Laya3.0_api(207) Laya2.0_文档(82) Laya_示例(59) laya_api(46) Laya2.0_api(44) Laya2.0_示例(41) Laya3.0_文档(27)
...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
... 赞同来自: 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
...坐标集合绘制多个贴图 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
... 如下图 代码如下 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><...
来源: Laya_社区 发布时间: 20170921
...ixelLineMaterial blendSrc : int 获取混合源。 PixelLineMaterial color : Vector4 获取颜色。 PixelLineMaterial cull : int 获取剔除方式。 PixelLineMaterial depthTest : int 获取深度测试方式。 PixelLineMaterial depthWrite : Boolean 获取是否写入深度。 Pixe...
来源: Laya2.0_api 发布时间: 20190513
...,急 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
...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1SkinProperties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1SkinInheritanceVertexPositionNormalColorTexture0Texture1Skin ObjectImplements IVertex VertexPos...
来源: laya_api 发布时间: 20170929
怎么输入并控制shader的参数 Properties { _Color("_Color", Color) = (1,1,1,1) _BaseMap1("BaseMap1", 2D) = "black" {} }上面的Properties是在unity时使用来当成shader的参数,请问在layaair里面撰写shader,该怎么做来达成一样的效果。 2017-12-12 添加评论 免费...
来源: Laya_社区 发布时间: 20171212
...ackages | All Classes | Index | Frames No Frames VertexPositionNormalColorTexture0Texture1Properties | Methods Packagelaya.d3.graphicsClasspublic class VertexPositionNormalColorTexture0Texture1InheritanceVertexPositionNormalColorTexture0Texture1 ObjectImplements IVertex VertexPositionNormalC...
来源: laya_api 发布时间: 20170929
... 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