C# Class bossTrigger, Unity

Inheritance: MonoBehaviour
Afficher le fichier Open project: zackva/Unity

Méthodes publiques

Свойство Type Description
boss UnityEngine.AudioSource
musicController GameObject

Méthodes publiques

Méthode Description
Awake ( ) : void
OnTriggerEnter2D ( Collider2D other ) : void
OnTriggerExit2D ( Collider2D other ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

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

Property Details

boss public_oe property

public AudioSource,UnityEngine boss
Résultat UnityEngine.AudioSource

musicController public_oe property

public GameObject musicController
Résultat GameObject