C# Class CCColorCorrection, GGJ2016

Inheritance: ImageEffectBase
Mostra file Open project: netgrind/GGJ2016

Public Properties

Property Type Description
offset Vector4
textureRamp Texture

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

offset public_oe property

public Vector4 offset
return Vector4

textureRamp public_oe property

public Texture textureRamp
return Texture