C# 클래스 GameOverCanvasManager

상속: MonoBehaviour
파일 보기 프로젝트 열기: jsngai/deepsquid

공개 프로퍼티들

프로퍼티 타입 설명
deathImage Image
player GameObject
quitBut Button
restartBut Button
t1 GameObject
t2 GameObject
thisCanvas UnityEngine.CanvasGroup

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

deathImage 공개적으로 프로퍼티

public Image deathImage
리턴 Image

player 공개적으로 프로퍼티

public GameObject player
리턴 GameObject

quitBut 공개적으로 프로퍼티

public Button quitBut
리턴 Button

restartBut 공개적으로 프로퍼티

public Button restartBut
리턴 Button

t1 공개적으로 프로퍼티

public GameObject t1
리턴 GameObject

t2 공개적으로 프로퍼티

public GameObject t2
리턴 GameObject

thisCanvas 공개적으로 프로퍼티

public CanvasGroup,UnityEngine thisCanvas
리턴 UnityEngine.CanvasGroup