C# Class TimeCounter, HomeAlone

Inheritance: MonoBehaviour
Mostra file Open project: SNUGDC/HomeAlone Class Usage Examples

Public Properties

Property Type Description
GameSec float
StringMonth string
TimeFasterValue float
TimerText Text
Year int

Public Methods

Method Description
Load ( ) : void
MonthIntToString ( ) : void
MonthWith30Days ( ) : void
MonthWith31Days ( ) : void
Save ( ) : void
SetCurrentTime ( ) : void
SetHourandMin ( ) : void
SetMonthandDay ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

Load() public method

public Load ( ) : void
return void

MonthIntToString() public method

public MonthIntToString ( ) : void
return void

MonthWith30Days() public method

public MonthWith30Days ( ) : void
return void

MonthWith31Days() public method

public MonthWith31Days ( ) : void
return void

Save() public method

public Save ( ) : void
return void

SetCurrentTime() public method

public SetCurrentTime ( ) : void
return void

SetHourandMin() public method

public SetHourandMin ( ) : void
return void

SetMonthandDay() public method

public SetMonthandDay ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

GameSec public_oe property

public float GameSec
return float

StringMonth public_oe property

public string StringMonth
return string

TimeFasterValue public_oe property

public float TimeFasterValue
return float

TimerText public_oe property

public Text TimerText
return Text

Year public_oe property

public int Year
return int