C# Class LightDetect2, Left4Bread

Inheritance: MonoBehaviour
Afficher le fichier Open project: andresg6/Left4Bread

Méthodes publiques

Свойство Type Description
detected bool

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void
OnTriggerStay2D ( Collider2D other ) : void
Update ( ) : 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

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

detected public_oe property

public bool detected
Résultat bool