C# Class Kalidescope, GGJ2016

Inheritance: ImageEffectBase
Exibir arquivo 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_oe property

public float baseAngle
return float

basePerSecond public_oe property

public float basePerSecond
return float

mirrors public_oe property

public float mirrors
return float

spinAngle public_oe property

public float spinAngle
return float

spinPerSecond public_oe property

public float spinPerSecond
return float