C# Class ShootProjectiles

Inheritance: MonoBehaviour
Afficher le fichier Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Méthodes publiques

Свойство Type Description
bullet GameObject

Méthodes publiques

Méthode Description
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public méthode

public Shoot ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

bullet public_oe property

public GameObject bullet
Résultat GameObject