C# Class HeatWave, GGJ2016

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

Public Properties

Property Type Description
depthMap Texture
freq float
phase float
phasePerSecond float
radial bool
strength float
taps 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

depthMap public property

public Texture depthMap
return Texture

freq public property

public float freq
return float

phase public property

public float phase
return float

phasePerSecond public property

public float phasePerSecond
return float

radial public property

public bool radial
return bool

strength public property

public float strength
return float

taps public property

public float taps
return float