C# Class GameTime

Inheritance: TimedMonoBehaviour
Show file Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Public Methods

Method Description
GetHour ( ) : int
GetMin ( ) : double
Pause ( ) : void
Resume ( ) : void

Private Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

GetHour() public method

public GetHour ( ) : int
return int

GetMin() public method

public GetMin ( ) : double
return double

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void