Ejemplo n.º 1
0
 public VertexPositionColorTexture[] GetVertices(GameTime gameTime)
 {
     Step(gameTime);
     return(ParticleSpriteMap.GetVertices(ParticleType, GetVector(), new Vector2(ParticleSize, ParticleSize)));
 }
Ejemplo n.º 2
0
 public void Draw(GameTime gameTime)
 {
     Step(gameTime);
     ParticleSpriteMap.Draw(ParticleType, ParticleSize, ParticleSize, GetVector());
 }