C# Class noizeControl, Bad-monsters

Inheritance: MonoBehaviour
Afficher le fichier Open project: Gennyi/Bad-monsters

Méthodes publiques

Свойство Type Description
child GameObject

Méthodes publiques

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

Method Details

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

Property Details

child public_oe property

public GameObject child
Résultat GameObject