C# Class DropTheBomb, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Transform bombSpawnLocation
return Transform

bombVelocity public_oe property

public float bombVelocity
return float

enemyBomb public_oe property

public GameObject enemyBomb
return GameObject