C# Class CombineSymbols, Team4BabelGame

Inheritance: MonoBehaviour
Show file Open project: veselin-/Team4BabelGame

Public Properties

Property Type Description
FeedbackSprite Image
feedbackColor1 Color
feedbackColor2 Color
text Text

Public Methods

Method Description
ClearCurrentSign ( ) : void
Combine ( ) : void
Feedback ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
FeedbackCoRoutine ( ) : IEnumerator
FeedbackCoRoutineAlpha ( ) : IEnumerator

Method Details

ClearCurrentSign() public method

public ClearCurrentSign ( ) : void
return void

Combine() public method

public Combine ( ) : void
return void

Feedback() public method

public Feedback ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

FeedbackSprite public property

public Image FeedbackSprite
return Image

feedbackColor1 public property

public Color feedbackColor1
return Color

feedbackColor2 public property

public Color feedbackColor2
return Color

text public property

public Text text
return Text