C# Class HeatWave, GGJ2016

Inheritance: ImageEffectBase
Datei anzeigen 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_oe property

public Texture depthMap
return Texture

freq public_oe property

public float freq
return float

phase public_oe property

public float phase
return float

phasePerSecond public_oe property

public float phasePerSecond
return float

radial public_oe property

public bool radial
return bool

strength public_oe property

public float strength
return float

taps public_oe property

public float taps
return float