C# Class CombineSymbols, Team4BabelGame

Inheritance: MonoBehaviour
Afficher le fichier Open project: veselin-/Team4BabelGame

Méthodes publiques

Свойство Type Description
FeedbackSprite Image
feedbackColor1 Color
feedbackColor2 Color
text Text

Méthodes publiques

Méthode Description
ClearCurrentSign ( ) : void
Combine ( ) : void
Feedback ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
FeedbackCoRoutine ( ) : IEnumerator
FeedbackCoRoutineAlpha ( ) : IEnumerator

Method Details

ClearCurrentSign() public méthode

public ClearCurrentSign ( ) : void
Résultat void

Combine() public méthode

public Combine ( ) : void
Résultat void

Feedback() public méthode

public Feedback ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

FeedbackSprite public_oe property

public Image FeedbackSprite
Résultat Image

feedbackColor1 public_oe property

public Color feedbackColor1
Résultat Color

feedbackColor2 public_oe property

public Color feedbackColor2
Résultat Color

text public_oe property

public Text text
Résultat Text