C# Class fliXNA_xbox.FlxParticle

Inheritance: FlxSprite
Afficher le fichier Open project: konamicode/fliXNA_xbox Class Usage Examples

Méthodes publiques

Свойство Type Description
friction float
lifespan float
maxSpeed FlxPoint
minSpeed FlxPoint

Méthodes publiques

Méthode Description
FlxParticle ( ) : System
draw ( ) : void
loadParticleGraphic ( Microsoft.Xna.Framework.Graphics.Texture2D Graphic, float Rotation, float Width, float Height ) : FlxSprite

Internal function used by FlxEmitter to create the particles

onEmit ( ) : void
reset ( float X, float Y ) : void
update ( ) : void

Method Details

FlxParticle() public méthode

public FlxParticle ( ) : System
Résultat System

draw() public méthode

public draw ( ) : void
Résultat void

loadParticleGraphic() public méthode

Internal function used by FlxEmitter to create the particles
public loadParticleGraphic ( Microsoft.Xna.Framework.Graphics.Texture2D Graphic, float Rotation, float Width, float Height ) : FlxSprite
Graphic Microsoft.Xna.Framework.Graphics.Texture2D
Rotation float
Width float
Height float
Résultat FlxSprite

onEmit() public méthode

public onEmit ( ) : void
Résultat void

reset() public méthode

public reset ( float X, float Y ) : void
X float
Y float
Résultat void

update() public méthode

public update ( ) : void
Résultat void

Property Details

friction public_oe property

public float friction
Résultat float

lifespan public_oe property

public float lifespan
Résultat float

maxSpeed public_oe property

public FlxPoint maxSpeed
Résultat FlxPoint

minSpeed public_oe property

public FlxPoint minSpeed
Résultat FlxPoint