Свойство | Type | Description | |
---|---|---|---|
projectile | Projectile, |
Méthode | Description | |
---|---|---|
OnTriggerEnter2D ( |
||
Start ( ) : void | ||
StartChildCoroutine ( IEnumerator coroutineMethod ) : void | ||
Update ( ) : void | ||
getEnemyTag ( ) : string | ||
getTargetLocation ( ) : Vector3 | ||
setProjectile ( Projectile, projectile ) : void |
public OnTriggerEnter2D ( |
||
collider | ||
Résultat | void |
public StartChildCoroutine ( IEnumerator coroutineMethod ) : void | ||
coroutineMethod | IEnumerator | |
Résultat | void |
public setProjectile ( Projectile, projectile ) : void | ||
projectile | Projectile, | |
Résultat | void |