C# Class ParticleEditor.RotationAffector

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

Public Methods

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

Method Details

RotationAffector() public method

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