C# Class DropTheBomb, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Show file Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
bombSpawnLocation Transform
bombVelocity float
enemyBomb GameObject

Public Methods

Method Description
Start ( ) : void
dropBomb ( Vector3 target ) : void

Private Methods

Method Description
CheckProximity ( ) : IEnumerator
WaitThenGoAgain ( ) : IEnumerator

Method Details

Start() public method

public Start ( ) : void
return void

dropBomb() public method

public dropBomb ( Vector3 target ) : void
target Vector3
return void

Property Details

bombSpawnLocation public property

public Transform bombSpawnLocation
return Transform

bombVelocity public property

public float bombVelocity
return float

enemyBomb public property

public GameObject enemyBomb
return GameObject