C# Class FeedbackEffect, gcm3.shader.sample

Inheritance: MonoBehaviour
Datei anzeigen Open project: gree/gcm3.shader.sample Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

OnRenderImage() public method

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

Start() public method

public Start ( ) : void
return void