C# 클래스 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.
상속: Axiom.ParticleSystems.ParticleAffector
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
AffectParticles ( ParticleSystem system, float timeElapsed ) : void
DeflectorPlaneAffector ( ) : Axiom.Core

Default Costructor

메소드 상세

AffectParticles() 공개 메소드

public AffectParticles ( ParticleSystem system, float timeElapsed ) : void
system ParticleSystem
timeElapsed float
리턴 void

DeflectorPlaneAffector() 공개 메소드

Default Costructor
public DeflectorPlaneAffector ( ) : Axiom.Core
리턴 Axiom.Core