C# Class Axiom.ParticleFX.ColorImageAffector

Summary description for ColorFaderAffector.
Inheritance: Axiom.ParticleSystems.ParticleAffector
Datei anzeigen 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_oe property

protected Image colorImage
return Image

colorImageLoaded protected_oe property

protected bool colorImageLoaded
return bool

colorImageName protected_oe property

protected String colorImageName
return String