C# Class Axiom.ParticleFX.ColorImageAffector

Summary description for ColorFaderAffector.
Inheritance: Axiom.ParticleSystems.ParticleAffector
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Свойство Type Description
colorImage Image
colorImageLoaded bool
colorImageName String

Méthodes publiques

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

Private Methods

Méthode Description
loadImage ( ) : void

Method Details

AffectParticles() public méthode

public AffectParticles ( ParticleSystem system, float timeElapsed ) : void
system ParticleSystem
timeElapsed float
Résultat void

ColorImageAffector() public méthode

public ColorImageAffector ( ) : System
Résultat System

InitParticle() public méthode

public InitParticle ( Particle &particle ) : void
particle Axiom.ParticleSystems.Particle
Résultat void

Property Details

colorImage protected_oe property

protected Image colorImage
Résultat Image

colorImageLoaded protected_oe property

protected bool colorImageLoaded
Résultat bool

colorImageName protected_oe property

protected String colorImageName
Résultat String