Property | Type | Description | |
---|---|---|---|
powerUpDuration | int | ||
powerUpType | string | ||
reloadTime | int |
Method | Description | |
---|---|---|
treatCollision ( Planets object2 ) : void |
In case a collison is detected, this function should be called to treat how a player instance will respond in collison with another object
|
|
treatCollision ( Player object2 ) : void |
In case a collison is detected, this function should be called to treat how a player instance will respond in collison with another object
|
public treatCollision ( Planets object2 ) : void | ||
object2 | Planets | An instance to a Planets |
return | void |
public treatCollision ( Player object2 ) : void | ||
object2 | Player | An instance to a player |
return | void |