C# Class GlitchOffset, GGJ2016

Inheritance: ImageEffectBase
Mostra file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
intensity float
radialStrength float
xStrength float
yStrength 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

intensity public_oe property

public float intensity
return float

radialStrength public_oe property

public float radialStrength
return float

xStrength public_oe property

public float xStrength
return float

yStrength public_oe property

public float yStrength
return float