C# Class ParticleEditor.ScaleAffector

Inheritance: IAffector
Afficher le fichier Open project: fallahn/xygine Class Usage Examples

Méthodes publiques

Méthode Description
ScaleAffector ( Vector2f scale ) : System
type ( ) : AffectorType
update ( Particle p, float dt ) : void

Method Details

ScaleAffector() public méthode

public ScaleAffector ( Vector2f scale ) : System
scale Vector2f
Résultat System

type() public méthode

public type ( ) : AffectorType
Résultat AffectorType

update() public méthode

public update ( Particle p, float dt ) : void
p Particle
dt float
Résultat void