C# Class DropTheBomb, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Méthodes publiques

Свойство Type Description
bombSpawnLocation Transform
bombVelocity float
enemyBomb GameObject

Méthodes publiques

Méthode Description
Start ( ) : void
dropBomb ( Vector3 target ) : void

Private Methods

Méthode Description
CheckProximity ( ) : IEnumerator
WaitThenGoAgain ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

dropBomb() public méthode

public dropBomb ( Vector3 target ) : void
target Vector3
Résultat void

Property Details

bombSpawnLocation public_oe property

public Transform bombSpawnLocation
Résultat Transform

bombVelocity public_oe property

public float bombVelocity
Résultat float

enemyBomb public_oe property

public GameObject enemyBomb
Résultat GameObject