C# Class Indiefreaks.Xna.Rendering.Particles.ParticleTrigger

Inheritance: SceneEntity
Mostra file Open project: Indiefreaks/igf Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ParticleTrigger ( ) : System
Trigger ( int numberOfParticles ) : void
Trigger ( int numberOfParticles, Matrix world ) : void
Update ( GameTime gametime ) : void

Protected Methods

Method Description
CalculateObjectBounds ( Microsoft.Xna.Framework.BoundingBox &objectboundingbox, BoundingSphere &objectboundingsphere ) : void
UpdateWorldAndWorldToObject ( Matrix &world, Matrix &worldtoobj ) : void

Method Details

CalculateObjectBounds() protected method

protected CalculateObjectBounds ( Microsoft.Xna.Framework.BoundingBox &objectboundingbox, BoundingSphere &objectboundingsphere ) : void
objectboundingbox Microsoft.Xna.Framework.BoundingBox
objectboundingsphere BoundingSphere
return void

ParticleTrigger() public method

public ParticleTrigger ( ) : System
return System

Trigger() public method

public Trigger ( int numberOfParticles ) : void
numberOfParticles int
return void

Trigger() public method

public Trigger ( int numberOfParticles, Matrix world ) : void
numberOfParticles int
world Matrix
return void

Update() public method

public Update ( GameTime gametime ) : void
gametime Microsoft.Xna.Framework.GameTime
return void

UpdateWorldAndWorldToObject() protected method

protected UpdateWorldAndWorldToObject ( Matrix &world, Matrix &worldtoobj ) : void
world Matrix
worldtoobj Matrix
return void