C# Class BlurOptimized

Inheritance: PostEffectsBase
Show file Open project: gsabourin/timebanana Class Usage Examples

Public Properties

Property Type Description
blurShader Shader
blurType BlurType

Public Methods

Method Description
CheckResources ( ) : bool
OnDisable ( ) : void
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void

Method Details

CheckResources() public method

public CheckResources ( ) : bool
return bool

OnDisable() public method

public OnDisable ( ) : void
return void

OnRenderImage() public method

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

Property Details

blurShader public property

public Shader blurShader
return Shader

blurType public property

public BlurType blurType
return BlurType