C# Class ColorToMatchButton, Adagio

Inheritance: MonoBehaviour
Afficher le fichier Open project: technicalvgda/Adagio

Méthodes publiques

Свойство Type Description
colM ColorToMatch,
colS ColorToSwitch,
match bool

Méthodes publiques

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

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

Update() public méthode

public Update ( ) : void
Résultat void

getMatch() public méthode

public getMatch ( ) : bool
Résultat bool

Property Details

colM public_oe property

public ColorToMatch, colM
Résultat ColorToMatch,

colS public_oe property

public ColorToSwitch, colS
Résultat ColorToSwitch,

match public_oe property

public bool match
Résultat bool