C# Class EnemyLogic, wepwep

Inheritance: MonoBehaviour
Afficher le fichier Open project: encephalopathy/wepwep Class Usage Examples

Méthodes publiques

Méthode Description
Die ( ) : void
OnTriggerEnter ( Collider theCollision ) : void
Start ( ) : void
Update ( ) : void
doDamage ( int amount ) : void

Method Details

Die() public méthode

public Die ( ) : void
Résultat void

OnTriggerEnter() public méthode

public OnTriggerEnter ( Collider theCollision ) : void
theCollision Collider
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

doDamage() public méthode

public doDamage ( int amount ) : void
amount int
Résultat void