C# Class InGameOverPanel

Inheritance: MonoBehaviour
Afficher le fichier Open project: DRMold/HungryHungryTetris

Méthodes publiques

Свойство Type Description
gameScoreLeft Text
gameScoreRight Text
headerText Text
leftLost bool
leftPanel Image
leftPanelScore Text
rightLost bool
rightPanel Image
rightPanelScore Text

Méthodes publiques

Méthode Description
ShowLeftWin ( ) : void
ShowRightWin ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
DetermineWinner ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
fadePanel ( ) : IEnumerator

Method Details

ShowLeftWin() public méthode

public ShowLeftWin ( ) : void
Résultat void

ShowRightWin() public méthode

public ShowRightWin ( ) : void
Résultat void

Property Details

gameScoreLeft public_oe property

public Text gameScoreLeft
Résultat Text

gameScoreRight public_oe property

public Text gameScoreRight
Résultat Text

headerText public_oe property

public Text headerText
Résultat Text

leftLost public_oe static_oe property

public static bool leftLost
Résultat bool

leftPanel public_oe property

public Image leftPanel
Résultat Image

leftPanelScore public_oe property

public Text leftPanelScore
Résultat Text

rightLost public_oe static_oe property

public static bool rightLost
Résultat bool

rightPanel public_oe property

public Image rightPanel
Résultat Image

rightPanelScore public_oe property

public Text rightPanelScore
Résultat Text