C# Class AcidFade, GGJ2016

Inheritance: ImageEffectBase
显示文件 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
angle float
fade float
sampleDistance float
sampleFreq 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

angle public_oe property

public float angle
return float

fade public_oe property

public float fade
return float

sampleDistance public_oe property

public float sampleDistance
return float

sampleFreq public_oe property

public float sampleFreq
return float