C# Class PostProcessDepth, ITP_OpenSourceAnimation

Inheritance: MonoBehaviour
Datei anzeigen Open project: n1ckfg/ITP_OpenSourceAnimation

Public Properties

Property Type Description
mat Material

Public Methods

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

Method Details

OnRenderImage() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

mat public_oe property

public Material mat
return Material