C# 클래스 TimeCounter, HomeAlone

상속: MonoBehaviour
파일 보기 프로젝트 열기: SNUGDC/HomeAlone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
GameSec float
StringMonth string
TimeFasterValue float
TimerText Text
Year int

공개 메소드들

메소드 설명
Load ( ) : void
MonthIntToString ( ) : void
MonthWith30Days ( ) : void
MonthWith31Days ( ) : void
Save ( ) : void
SetCurrentTime ( ) : void
SetHourandMin ( ) : void
SetMonthandDay ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Load() 공개 메소드

public Load ( ) : void
리턴 void

MonthIntToString() 공개 메소드

public MonthIntToString ( ) : void
리턴 void

MonthWith30Days() 공개 메소드

public MonthWith30Days ( ) : void
리턴 void

MonthWith31Days() 공개 메소드

public MonthWith31Days ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void

SetCurrentTime() 공개 메소드

public SetCurrentTime ( ) : void
리턴 void

SetHourandMin() 공개 메소드

public SetHourandMin ( ) : void
리턴 void

SetMonthandDay() 공개 메소드

public SetMonthandDay ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

GameSec 공개적으로 프로퍼티

public float GameSec
리턴 float

StringMonth 공개적으로 프로퍼티

public string StringMonth
리턴 string

TimeFasterValue 공개적으로 프로퍼티

public float TimeFasterValue
리턴 float

TimerText 공개적으로 프로퍼티

public Text TimerText
리턴 Text

Year 공개적으로 프로퍼티

public int Year
리턴 int