C# Class InGameOverPanel

Inheritance: MonoBehaviour
Show file Open project: DRMold/HungryHungryTetris

Public Properties

Property Type Description
gameScoreLeft Text
gameScoreRight Text
headerText Text
leftLost bool
leftPanel Image
leftPanelScore Text
rightLost bool
rightPanel Image
rightPanelScore Text

Public Methods

Method Description
ShowLeftWin ( ) : void
ShowRightWin ( ) : void

Private Methods

Method Description
Awake ( ) : void
DetermineWinner ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
fadePanel ( ) : IEnumerator

Method Details

ShowLeftWin() public method

public ShowLeftWin ( ) : void
return void

ShowRightWin() public method

public ShowRightWin ( ) : void
return void

Property Details

gameScoreLeft public property

public Text gameScoreLeft
return Text

gameScoreRight public property

public Text gameScoreRight
return Text

headerText public property

public Text headerText
return Text

leftLost public static property

public static bool leftLost
return bool

leftPanel public property

public Image leftPanel
return Image

leftPanelScore public property

public Text leftPanelScore
return Text

rightLost public static property

public static bool rightLost
return bool

rightPanel public property

public Image rightPanel
return Image

rightPanelScore public property

public Text rightPanelScore
return Text