C# Class SpaceBattle.Explosion

Mostra file Open project: luqui/space-shooter

Public Properties

Property Type Description
CAP int

Public Methods

Method 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 method

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
return void

Draw() public method

public Draw ( ) : void
return void

Explosion() public method

public Explosion ( ) : System
return System

Update() public method

public Update ( float dt ) : void
dt float
return void

Property Details

CAP public_oe static_oe property

public static int CAP
return int