C# Class PlayOnTouch

Inheritance: MonoBehaviour
Afficher le fichier Open project: 5thFloorGames/TheMusicGame

Méthodes publiques

Свойство Type Description
note Note,

Méthodes publiques

Méthode Description
Awake ( ) : void
GetNote ( ) : Note,
OnTriggerEnter2D ( Collider2D col ) : void
OnTriggerExit2D ( Collider2D col ) : void
SetNote ( Note, note ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

GetNote() public méthode

public GetNote ( ) : Note,
Résultat Note,

OnTriggerEnter2D() public méthode

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

OnTriggerExit2D() public méthode

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

SetNote() public méthode

public SetNote ( Note, note ) : void
note Note,
Résultat void

Property Details

note public_oe property

public Note, note
Résultat Note,