C# Class ProjectileMovement

Inheritance: NetworkBehaviour
Mostra file Open project: 5thFloorGames/TheMusicGame Class Usage Examples

Public Methods

Method Description
Act ( ) : void

Private Methods

Method Description
CheckForDestruction ( ) : IEnumerator
HoldPlayer ( GameObject player ) : IEnumerator
OnTriggerEnter2D ( Collider2D col ) : void
Release ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Act() public method

public Act ( ) : void
return void