C# Class ParticleEditor.VelocityAffector

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

Méthodes publiques

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

Method Details

VelocityAffector() public méthode

public VelocityAffector ( 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