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

Modifier to scale particles repeatedly between two sizes over time
Inheritance: IModifier
Afficher le fichier Open project: jasonmitchell/supernova

Méthodes publiques

Méthode Description
Update ( float particleAge, double totalMilliseconds, double elapsedSeconds, Particle2D particle ) : void

Method Details

Update() public méthode

public Update ( float particleAge, double totalMilliseconds, double elapsedSeconds, Particle2D particle ) : void
particleAge float
totalMilliseconds double
elapsedSeconds double
particle Particle2D
Résultat void