C# 클래스 InGameOverPanel

상속: MonoBehaviour
파일 보기 프로젝트 열기: DRMold/HungryHungryTetris

공개 프로퍼티들

프로퍼티 타입 설명
gameScoreLeft Text
gameScoreRight Text
headerText Text
leftLost bool
leftPanel Image
leftPanelScore Text
rightLost bool
rightPanel Image
rightPanelScore Text

공개 메소드들

메소드 설명
ShowLeftWin ( ) : void
ShowRightWin ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
DetermineWinner ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
fadePanel ( ) : IEnumerator

메소드 상세

ShowLeftWin() 공개 메소드

public ShowLeftWin ( ) : void
리턴 void

ShowRightWin() 공개 메소드

public ShowRightWin ( ) : void
리턴 void

프로퍼티 상세

gameScoreLeft 공개적으로 프로퍼티

public Text gameScoreLeft
리턴 Text

gameScoreRight 공개적으로 프로퍼티

public Text gameScoreRight
리턴 Text

headerText 공개적으로 프로퍼티

public Text headerText
리턴 Text

leftLost 공개적으로 정적으로 프로퍼티

public static bool leftLost
리턴 bool

leftPanel 공개적으로 프로퍼티

public Image leftPanel
리턴 Image

leftPanelScore 공개적으로 프로퍼티

public Text leftPanelScore
리턴 Text

rightLost 공개적으로 정적으로 프로퍼티

public static bool rightLost
리턴 bool

rightPanel 공개적으로 프로퍼티

public Image rightPanel
리턴 Image

rightPanelScore 공개적으로 프로퍼티

public Text rightPanelScore
리턴 Text