C# Class FlyEye1, GGJ2016

Inheritance: ImageEffectBase
ファイルを表示 Open project: netgrind/GGJ2016

Public Properties

Property Type Description
size float
strength 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

size public_oe property

public float size
return float

strength public_oe property

public float strength
return float