C# Class Ripple, GGJ2016

Inheritance: ImageEffectBase
Show file Open project: netgrind/GGJ2016 Class Usage Examples

Public Properties

Property Type Description
freq float
speed float
strength float

Public Methods

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

Method Details

OnRenderImage() public method

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

Property Details

freq public property

public float freq
return float

speed public property

public float speed
return float

strength public property

public float strength
return float