C# Class PauseGameEffect, Hellbound

Inheritance: GameEffect
Show file Open project: Backman/Hellbound

Public Properties

Property Type Description
m_BlurSize float
m_Shader Shader

Public Methods

Method Description
OnRenderImage ( RenderTexture source, RenderTexture destination ) : void
Start ( ) : void
Update ( ) : void

Protected Methods

Method Description
OnDisable ( ) : void

Private Methods

Method Description
pauseGame ( bool pause ) : IEnumerator

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnRenderImage() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

m_BlurSize public property

public float m_BlurSize
return float

m_Shader public property

public Shader m_Shader
return Shader