C# Class CameraEffect, vj15-shaders

Inheritance: MonoBehaviour
Show file Open project: franciscotufro/vj15-shaders Class Usage Examples

Public Properties

Property Type Description
material Material

Public Methods

Method Description
OnRenderImage ( RenderTexture src, RenderTexture dst ) : void

Method Details

OnRenderImage() public method

public OnRenderImage ( RenderTexture src, RenderTexture dst ) : void
src RenderTexture
dst RenderTexture
return void

Property Details

material public property

public Material material
return Material