C# Class Tint, ShaderProject

Inheritance: MonoBehaviour
Show file Open project: ellioman/ShaderProject Class Usage Examples

Protected Properties

Property Type Description
mat Material

Public Methods

Method Description
OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void

Protected Methods

Method Description
OnDisable ( ) : void
Start ( ) : void

Method Details

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnRenderImage() public method

public OnRenderImage ( RenderTexture sourceTexture, RenderTexture destTexture ) : void
sourceTexture RenderTexture
destTexture RenderTexture
return void

Start() protected method

protected Start ( ) : void
return void

Property Details

mat protected property

protected Material mat
return Material