C# Class InGameOverPanel

Inheritance: MonoBehaviour
显示文件 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_oe property

public Text gameScoreLeft
return Text

gameScoreRight public_oe property

public Text gameScoreRight
return Text

headerText public_oe property

public Text headerText
return Text

leftLost public_oe static_oe property

public static bool leftLost
return bool

leftPanel public_oe property

public Image leftPanel
return Image

leftPanelScore public_oe property

public Text leftPanelScore
return Text

rightLost public_oe static_oe property

public static bool rightLost
return bool

rightPanel public_oe property

public Image rightPanel
return Image

rightPanelScore public_oe property

public Text rightPanelScore
return Text