C# Class UnityStandardAssets.ImageEffects.Blur

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: tommai78101/Multiplier Class Usage Examples

Public Properties

Property Type Description
blurShader UnityEngine.Shader
blurSpread float
iterations int

Public Methods

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

Protected Methods

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

Private Methods

Method Description
DownSample4x ( RenderTexture source, RenderTexture dest ) : void

Method Details

FourTapCone() public method

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

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnRenderImage() public method

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

Start() protected method

protected Start ( ) : void
return void

Property Details

blurShader public_oe property

public Shader,UnityEngine blurShader
return UnityEngine.Shader

blurSpread public_oe property

public float blurSpread
return float

iterations public_oe property

public int iterations
return int