C# Class ParticleEditor.RotationAffector

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

Méthodes publiques

Méthode Description
RotationAffector ( float rotation ) : System
type ( ) : AffectorType
update ( Particle p, float dt ) : void

Method Details

RotationAffector() public méthode

public RotationAffector ( float rotation ) : System
rotation float
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