C# Class Kalidescope, GGJ2016

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

Public Properties

Property Type Description
baseAngle float
basePerSecond float
mirrors float
spinAngle float
spinPerSecond 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

baseAngle public property

public float baseAngle
return float

basePerSecond public property

public float basePerSecond
return float

mirrors public property

public float mirrors
return float

spinAngle public property

public float spinAngle
return float

spinPerSecond public property

public float spinPerSecond
return float