C# Class Teleporter2Script, astronaut

Inheritance: MonoBehaviour
Afficher le fichier Open project: pmarinr/astronaut

Méthodes publiques

Свойство Type Description
T2 GameObject
enterTrans bool
teleport bool

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void
teletrans ( ) : void

Method Details

OnTriggerEnter2D() public méthode

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

OnTriggerExit2D() public méthode

public OnTriggerExit2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

OnTriggerStay2D() public méthode

public OnTriggerStay2D ( Collider2D other ) : void
other UnityEngine.Collider2D
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

teletrans() public méthode

public teletrans ( ) : void
Résultat void

Property Details

T2 public_oe property

public GameObject T2
Résultat GameObject

enterTrans public_oe property

public bool enterTrans
Résultat bool

teleport public_oe property

public bool teleport
Résultat bool