C# Class Server.Bullet

This class represents a bullet fired by a ship .
Inheritance: GameObject
Afficher le fichier Open project: pmyoung/Advanced-Game-Project Class Usage Examples

Méthodes publiques

Méthode Description
checkCollision ( GameObject object2 ) : bool

Check the collision between the bullet and a GameObject instance

Method Details

checkCollision() public méthode

Check the collision between the bullet and a GameObject instance
public checkCollision ( GameObject object2 ) : bool
object2 GameObject An instance to a GameObject
Résultat bool