C# Class CutsceneBlurFilter, silverscreen

Inheritance: CutsceneEffect
Show file Open project: mminer/silverscreen

Public Properties

Property Type Description
blurSpread float
iterations int

Public Methods

Method Description
FourTapCone ( RenderTexture source, RenderTexture dest, int iteration ) : void

Protected Methods

Method Description
OnDisable ( ) : void
Start ( ) : void

Private Methods

Method Description
DownSample4x ( RenderTexture source, RenderTexture dest ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Render4TapQuad ( RenderTexture dest, float offsetX, float offsetY ) : void
Set4TexCoords ( float x, float y, float offsetX, float offsetY ) : void

Method Details

FourTapCone() public method

public FourTapCone ( RenderTexture source, RenderTexture dest, int iteration ) : void
source RenderTexture
dest RenderTexture
iteration int
return void

OnDisable() protected method

protected OnDisable ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

blurSpread public property

public float blurSpread
return float

iterations public property

public int iterations
return int