C# Class ChromaticAberration, GGJ2016

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

Public Properties

Property Type Description
center Vector2
dist Vector3
intensity 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

center public property

public Vector2 center
return Vector2

dist public property

public Vector3 dist
return Vector3

intensity public property

public float intensity
return float