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
Afficher le fichier Open project: WolfgangSt/axiom

Méthodes publiques

Méthode Description
AffectParticles ( ParticleSystem system, float timeElapsed ) : void
DeflectorPlaneAffector ( ) : Axiom.Core

Default Costructor

Method Details

AffectParticles() public méthode

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

DeflectorPlaneAffector() public méthode

Default Costructor
public DeflectorPlaneAffector ( ) : Axiom.Core
Résultat Axiom.Core