C# Class Axiom.ParticleFX.HollowEllipsoidEmitter

Summary description for HollowEllipsidEmitter.
Inheritance: AreaEmitter
Datei anzeigen Open project: WolfgangSt/axiom Class Usage Examples

Protected Properties

Property Type Description
innerX float
innerY float
innerZ float

Public Methods

Method Description
HollowEllipsoidEmitter ( ParticleSystem ps ) : System
InitParticle ( Particle particle ) : void

Method Details

HollowEllipsoidEmitter() public method

public HollowEllipsoidEmitter ( ParticleSystem ps ) : System
ps ParticleSystem
return System

InitParticle() public method

public InitParticle ( Particle particle ) : void
particle Axiom.ParticleSystems.Particle
return void

Property Details

innerX protected_oe property

protected float innerX
return float

innerY protected_oe property

protected float innerY
return float

innerZ protected_oe property

protected float innerZ
return float