C# Class Axiom.ParticleFX.ColorImageAffector

Summary description for ColorFaderAffector.
Inheritance: Axiom.ParticleSystems.ParticleAffector
Show file Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
colorImage Image
colorImageLoaded bool
colorImageName String

Public Methods

Method Description
AffectParticles ( ParticleSystem system, float timeElapsed ) : void
ColorImageAffector ( ) : System
InitParticle ( Particle &particle ) : void

Private Methods

Method Description
loadImage ( ) : void

Method Details

AffectParticles() public method

public AffectParticles ( ParticleSystem system, float timeElapsed ) : void
system ParticleSystem
timeElapsed float
return void

ColorImageAffector() public method

public ColorImageAffector ( ) : System
return System

InitParticle() public method

public InitParticle ( Particle &particle ) : void
particle Axiom.ParticleSystems.Particle
return void

Property Details

colorImage protected property

protected Image colorImage
return Image

colorImageLoaded protected property

protected bool colorImageLoaded
return bool

colorImageName protected property

protected String colorImageName
return String