Property | Type | Description | |
---|---|---|---|
projectile | Projectile, |
Method | Description | |
---|---|---|
OnTriggerEnter2D ( |
||
Start ( ) : void | ||
StartChildCoroutine ( IEnumerator coroutineMethod ) : void | ||
Update ( ) : void | ||
getEnemyTag ( ) : string | ||
getTargetLocation ( ) : Vector3 | ||
setProjectile ( Projectile, projectile ) : void |
public OnTriggerEnter2D ( |
||
collider | ||
return | void |
public StartChildCoroutine ( IEnumerator coroutineMethod ) : void | ||
coroutineMethod | IEnumerator | |
return | void |
public setProjectile ( Projectile, projectile ) : void | ||
projectile | Projectile, | |
return | void |