C# 클래스 InGameSetUp

상속: MonoBehaviour
파일 보기 프로젝트 열기: TheJP/GlobalGameJam2016

공개 프로퍼티들

프로퍼티 타입 설명
credits GameObject
creditsButton Button
playerNumberText Text
shadowLordText Text

공개 메소드들

메소드 설명
HideCredits ( ) : void
OnLevelWasLoaded ( int scene ) : void
SetCharacterParameters ( ) : void
ShowCredits ( ) : void
Start ( ) : void
TogglePlayerNumber ( ) : void
ToggleShadowLord ( ) : void
UpdatePlayerNumber ( ) : void
UpdateShadowLord ( ) : void

메소드 상세

HideCredits() 공개 메소드

public HideCredits ( ) : void
리턴 void

OnLevelWasLoaded() 공개 메소드

public OnLevelWasLoaded ( int scene ) : void
scene int
리턴 void

SetCharacterParameters() 공개 메소드

public SetCharacterParameters ( ) : void
리턴 void

ShowCredits() 공개 메소드

public ShowCredits ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

TogglePlayerNumber() 공개 메소드

public TogglePlayerNumber ( ) : void
리턴 void

ToggleShadowLord() 공개 메소드

public ToggleShadowLord ( ) : void
리턴 void

UpdatePlayerNumber() 공개 메소드

public UpdatePlayerNumber ( ) : void
리턴 void

UpdateShadowLord() 공개 메소드

public UpdateShadowLord ( ) : void
리턴 void

프로퍼티 상세

credits 공개적으로 프로퍼티

public GameObject credits
리턴 GameObject

creditsButton 공개적으로 프로퍼티

public Button creditsButton
리턴 Button

playerNumberText 공개적으로 프로퍼티

public Text playerNumberText
리턴 Text

shadowLordText 공개적으로 프로퍼티

public Text shadowLordText
리턴 Text