C# Class GameTime

Inheritance: TimedMonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Méthodes publiques

Méthode Description
GetHour ( ) : int
GetMin ( ) : double
Pause ( ) : void
Resume ( ) : void

Private Methods

Méthode Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetHour() public méthode

public GetHour ( ) : int
Résultat int

GetMin() public méthode

public GetMin ( ) : double
Résultat double

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void