Property | Type | Description | |
---|---|---|---|
Size | float | ||
myPosition | Vector3 | ||
myRotation | Microsoft.Xna.Framework.Quaternion | ||
myScale | Vector3 | ||
partCount | int | ||
particleArray | Reactor.BillboardParticleElement[] | ||
particleColor | Color | ||
targetPos | Vector3 |
Method | Description | |
---|---|---|
AddParticle ( Vector3 Position, Vector3 Velocity ) : void | ||
BillboardParticleEmitter ( ) : System | ||
LoadContent ( ) : void | ||
LoadParticles ( ) : void | ||
Render ( ) : void | ||
SetTexture ( int TextureID ) : void | ||
Update ( ) : void |
public AddParticle ( Vector3 Position, Vector3 Velocity ) : void | ||
Position | Vector3 | |
Velocity | Vector3 | |
return | void |
public Quaternion,Microsoft.Xna.Framework myRotation | ||
return | Microsoft.Xna.Framework.Quaternion |
public BillboardParticleElement[],Reactor particleArray | ||
return | Reactor.BillboardParticleElement[] |