C# Class Kino.Obscurance

Inheritance: UnityEngine.MonoBehaviour
Mostra file Open project: keijiro/KinoObscurance Class Usage Examples

Private Properties

Property Type Description
OnRenderImage void

Public Methods

Method Description
BuildAOCommands ( ) : void
ExecuteAOPass ( RenderTexture source, RenderTexture destination ) : void
OnDestroy ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnPreRender ( ) : void
UpdateMaterialProperties ( ) : void

Private Methods

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

Method Details

BuildAOCommands() public method

public BuildAOCommands ( ) : void
return void

ExecuteAOPass() public method

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

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

OnPreRender() public method

public OnPreRender ( ) : void
return void

UpdateMaterialProperties() public method

public UpdateMaterialProperties ( ) : void
return void