C# Class Supernova.Particles2D.Modifiers.Scale.ScaleCycleTransform

Modifier to scale particles repeatedly between two sizes over time
Inheritance: IModifier
显示文件 Open project: jasonmitchell/supernova

Public Methods

Method Description
Update ( float particleAge, double totalMilliseconds, double elapsedSeconds, Particle2D particle ) : void

Method Details

Update() public method

public Update ( float particleAge, double totalMilliseconds, double elapsedSeconds, Particle2D particle ) : void
particleAge float
totalMilliseconds double
elapsedSeconds double
particle Particle2D
return void