C# Class ShootProjectiles

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public GameObject bullet
return GameObject