C# Class ParticleEditor.ForceAffector

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

Méthodes publiques

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

Method Details

ForceAffector() public méthode

public ForceAffector ( Vector2f force ) : System
force 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