C# Class Axiom.ParticleFX.DeflectorPlaneAffector

This class defines a ParticleAffector which deflects particles. This affector ParticleAffector offers a simple (and inaccurate) physical deflection. All particles which hit the plane are reflected.
Inheritance: Axiom.ParticleSystems.ParticleAffector
Datei anzeigen Open project: WolfgangSt/axiom

Public Methods

Method Description
AffectParticles ( ParticleSystem system, float timeElapsed ) : void
DeflectorPlaneAffector ( ) : Axiom.Core

Default Costructor

Method Details

AffectParticles() public method

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

DeflectorPlaneAffector() public method

Default Costructor
public DeflectorPlaneAffector ( ) : Axiom.Core
return Axiom.Core