C# Class TimeCounter, HomeAlone

Inheritance: MonoBehaviour
Afficher le fichier Open project: SNUGDC/HomeAlone Class Usage Examples

Méthodes publiques

Свойство Type Description
GameSec float
StringMonth string
TimeFasterValue float
TimerText Text
Year int

Méthodes publiques

Méthode 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 méthode

public Load ( ) : void
Résultat void

MonthIntToString() public méthode

public MonthIntToString ( ) : void
Résultat void

MonthWith30Days() public méthode

public MonthWith30Days ( ) : void
Résultat void

MonthWith31Days() public méthode

public MonthWith31Days ( ) : void
Résultat void

Save() public méthode

public Save ( ) : void
Résultat void

SetCurrentTime() public méthode

public SetCurrentTime ( ) : void
Résultat void

SetHourandMin() public méthode

public SetHourandMin ( ) : void
Résultat void

SetMonthandDay() public méthode

public SetMonthandDay ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

GameSec public_oe property

public float GameSec
Résultat float

StringMonth public_oe property

public string StringMonth
Résultat string

TimeFasterValue public_oe property

public float TimeFasterValue
Résultat float

TimerText public_oe property

public Text TimerText
Résultat Text

Year public_oe property

public int Year
Résultat int