C# Class ParticleEditor.ScaleAffector

Inheritance: IAffector
显示文件 Open project: fallahn/xygine Class Usage Examples

Public Methods

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

Method Details

ScaleAffector() public method

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