C# Class RGBRotate, GGJ2016

Inheritance: ImageEffectBase
Mostra file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
freq float
intensity float
phase float
phasePerSecond 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_oe property

public float freq
return float

intensity public_oe property

public float intensity
return float

phase public_oe property

public float phase
return float

phasePerSecond public_oe property

public float phasePerSecond
return float