C# 클래스 GameFinishedController, Albatross

상속: MonoBehaviour
파일 보기 프로젝트 열기: xby2/Albatross

공개 프로퍼티들

프로퍼티 타입 설명
afterMatchScene string
gameOverText GameObject
gameOverTimeScale float
gameState GameStateManager,
showGameOverDuration float
timeManager TimeManager,

공개 메소드들

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

비공개 메소드들

메소드 설명
endMatch ( ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

afterMatchScene 공개적으로 프로퍼티

Screen to load after the match
public string afterMatchScene
리턴 string

gameOverText 공개적으로 프로퍼티

Game object to show the game is over
public GameObject gameOverText
리턴 GameObject

gameOverTimeScale 공개적으로 프로퍼티

The modified timescale of the game during th end game sequence
public float gameOverTimeScale
리턴 float

gameState 공개적으로 프로퍼티

public GameStateManager, gameState
리턴 GameStateManager,

showGameOverDuration 공개적으로 프로퍼티

How long to show the end game sequence, in seconds
public float showGameOverDuration
리턴 float

timeManager 공개적으로 프로퍼티

Game object that manages time left
public TimeManager, timeManager
리턴 TimeManager,