C# Class SpaceBattle.Explosion

Afficher le fichier Open project: luqui/space-shooter

Méthodes publiques

Свойство Type Description
CAP int

Méthodes publiques

Méthode Description
AddExplosion ( Vector2 pos, Vector3 color, int num, float maxvel, float maxlife, float maxsize ) : void
Draw ( ) : void
Explosion ( ) : System
Update ( float dt ) : void

Method Details

AddExplosion() public méthode

public AddExplosion ( Vector2 pos, Vector3 color, int num, float maxvel, float maxlife, float maxsize ) : void
pos Vector2
color Vector3
num int
maxvel float
maxlife float
maxsize float
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

Explosion() public méthode

public Explosion ( ) : System
Résultat System

Update() public méthode

public Update ( float dt ) : void
dt float
Résultat void

Property Details

CAP public_oe static_oe property

public static int CAP
Résultat int