Свойство | Type | Description | |
---|---|---|---|
creep | GameObject | ||
enemy1 | string | ||
enemy2 | string | ||
enemy3 | string | ||
projectile | GameObject | ||
waypoint_path | Vector3[] |
Méthode | Description | |
---|---|---|
OnCollisionEnter ( Collision col ) : void | ||
OnTriggerEnter ( Collider other ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public OnCollisionEnter ( Collision col ) : void | ||
col | Collision | |
Résultat | void |
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | |
Résultat | void |