C# Class ChromaticAberration, GGJ2016

Inheritance: ImageEffectBase
显示文件 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_oe property

public Vector2 center
return Vector2

dist public_oe property

public Vector3 dist
return Vector3

intensity public_oe property

public float intensity
return float