C# Class EffectBase, EffectShader

Mostrar archivo Open project: inoook/EffectShader Class Usage Examples

Public Properties

Property Type Description
shader Shader,

Protected Properties

Property Type Description
shaderName string

Public Methods

Method Description
Awake ( ) : void
OnRenderImage ( RenderTexture, source, RenderTexture, destination ) : void

Protected Methods

Method Description
InitShader ( ) : void
OnDisable ( ) : void
UpdateParams ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

InitShader() protected method

protected InitShader ( ) : void
return void

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture, source, RenderTexture, destination ) : void
source RenderTexture,
destination RenderTexture,
return void

UpdateParams() protected method

protected UpdateParams ( ) : void
return void

Property Details

shader public_oe property

public Shader, shader
return Shader,

shaderName protected_oe property

protected string shaderName
return string