C# Class Drople, EdgeOfInfinity

Inheritance: DraggableCharacter
Afficher le fichier Open project: BenBohannon/EdgeOfInfinity

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnTriggerEnter2D ( Collider2D coll ) : void
Start ( ) : void
die ( ) : void

Private Methods

Méthode Description
OnTriggerExit2D ( Collider2D coll ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D coll ) : void
coll UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

die() public méthode

public die ( ) : void
Résultat void