C# Class Axiom.ParticleFX.AreaEmitter

Summary description for AreaEmitter.
Inheritance: Axiom.ParticleSystems.ParticleEmitter
Datei anzeigen Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
size Vector3
xRange Vector3
yRange Vector3
zRange Vector3

Public Methods

Method Description
AreaEmitter ( ParticleSystem ps ) : System
GetEmissionCount ( float timeElapsed ) : ushort

Protected Methods

Method Description
GenerateAreaAxes ( ) : void
InitDefaults ( string type ) : void

Method Details

AreaEmitter() public method

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

GenerateAreaAxes() protected method

protected GenerateAreaAxes ( ) : void
return void

GetEmissionCount() public method

public GetEmissionCount ( float timeElapsed ) : ushort
timeElapsed float
return ushort

InitDefaults() protected method

protected InitDefaults ( string type ) : void
type string
return void

Property Details

size protected_oe property

protected Vector3 size
return Vector3

xRange protected_oe property

protected Vector3 xRange
return Vector3

yRange protected_oe property

protected Vector3 yRange
return Vector3

zRange protected_oe property

protected Vector3 zRange
return Vector3