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

Inheritance: SceneEntity
Afficher le fichier Open project: Indiefreaks/igf Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Méthodes protégées

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

Method Details

CalculateObjectBounds() protected méthode

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

ParticleTrigger() public méthode

public ParticleTrigger ( ) : System
Résultat System

Trigger() public méthode

public Trigger ( int numberOfParticles ) : void
numberOfParticles int
Résultat void

Trigger() public méthode

public Trigger ( int numberOfParticles, Matrix world ) : void
numberOfParticles int
world Matrix
Résultat void

Update() public méthode

public Update ( GameTime gametime ) : void
gametime Microsoft.Xna.Framework.GameTime
Résultat void

UpdateWorldAndWorldToObject() protected méthode

protected UpdateWorldAndWorldToObject ( Matrix &world, Matrix &worldtoobj ) : void
world Matrix
worldtoobj Matrix
Résultat void