C# Class ShootProjectiles

Inheritance: MonoBehaviour
Show file Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Properties

Property Type Description
bullet GameObject

Public Methods

Method Description
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Shoot() public method

public Shoot ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

bullet public property

public GameObject bullet
return GameObject