Property | Type | Description | |
---|---|---|---|
CAP | int |
Method | Description | |
---|---|---|
AddExplosion ( Vector2 pos, Vector3 color, int num, float maxvel, float maxlife, float maxsize ) : void | ||
Draw ( ) : void | ||
Explosion ( ) : System | ||
Update ( float dt ) : void |
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 |