C# Class ParticleEditor.VelocityAffector

Inheritance: IAffector
Mostra file Open project: fallahn/xygine Class Usage Examples

Public Methods

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

Method Details

VelocityAffector() public method

public VelocityAffector ( Vector2f scale ) : System
scale Vector2f
return System

type() public method

public type ( ) : AffectorType
return AffectorType

update() public method

public update ( Particle p, float dt ) : void
p Particle
dt float
return void