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

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

1. laya.particle.shader.value.ParticleShaderValue_API3.0 [ 100%]

...derValue" ParticleShaderValue Class ParticleShaderValue 2D粒子 Hierarchy Value2D ParticleShaderValue Index Constructors constructor Properties ALPHA alpha clipMatDir clipMatPos clipOff color colorAdd defines filters mainID mmat ref shader size subID texture textureHost u_CurrentTime u_Duration u_E...

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

2. laya.filters.webgl.FilterActionGL [ 81%]

...terActionGL  setValue(shader:*):voidFilterActionGL  setValueMix(shader:Value2D):voidFilterActionGLProperty DetailtypeMixpropertytypeMix:int  [read-only] Implementation     public function get typeMix():intConstructor DetailFilterActionGL()Constructorpublic function FilterActionGL()Method D...

来源: laya_api 发布时间: 20170929

3. laya.filters.IFilterActionGL [ 78%]

...erActionGL  setValue(shader:*):voidIFilterActionGL  setValueMix(shader:Value2D):voidIFilterActionGLProperty DetailtypeMixpropertytypeMix:int  [read-only] Implementation     public function get typeMix():intMethod Detailapply3d()method public function apply3d(scope:SubmitCMDScope, sprite:Sp...

来源: laya_api 发布时间: 20170929

4. 关于要自定shader的同学 [ 71%]

...ader原文档 2.要修改shader里面的值 class ShaderValue extends Laya.Value2D {class ShaderValue extends Laya.Value2D { constructor () { super(0, 0) var _vlen = 8 * Laya.CONST3D2D.BYTES_PE this.position = [2, Laya.WebGLContext.FLOAT, false, _vlen, 0] this.texcoord = [2, Laya.WebGLContext.FLOAT,...

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

5. shader 问题[关闭] [ 69%]

...动手丰衣足食是不是所有的 uniform 和attrbuite 都写在 Laya.Value2D 扩展里面 类似      attribute vec2 position;     attribute vec2 texcoord;     attribute vec4 color;     uniform vec2 size;     uniform mat4 mmat;     varying vec2 v_texcoord;varying vec4 v_color;    ...

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

6. laya.filters.webgl.ColorFilterActionGL [ 68%]

...setValue(shader:*):void[override] ColorFilterActionGL setValueMix(shader:Value2D):voidFilterActionGLProperty Detaildatapropertypublic var data:ColorFilterConstructor DetailColorFilterActionGL()Constructorpublic function ColorFilterActionGL()Method Detailapply3d()methodoverride public function apply...

来源: laya_api 发布时间: 20170929

7. 分享一个Shader版的CoolDown实现 [ 61%]

...   }     } import WebGLContext = laya.webgl.WebGLContext;     import Value2D = laya.webgl.shader.d2.value.Value2D;     import CONST3D2D = laya.webgl.utils.CONST3D2D;     export class coolDownShaderValue extends Value2D {         public texcoord: any;         public progress: number;...

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

8. laya.resource.NativeContext_API3.0 [ 28%]

...er, y: number, width: number, height: number, matrix: Matrix, shaderValue: Value2D, uv?: ArrayLike<number> | null, blend?: number): boolean Defined in laya/resource/NativeContext.ts:865 Parameters rt: RenderTexture2D x: number y: number width: number height: number matrix: Matrix shaderValue: ...

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