Method | Description | |
---|---|---|
getIsPaused ( ) : bool |
Gets the is paused.
|
|
getSimStartTime ( ) : int |
Gets the start sim time.
|
|
getSimTimeInSeconds ( ) : int |
Gets the sim time in seconds.
|
|
pause ( ) : void |
Pause this instance.
|
|
resume ( ) : void |
Resume this instance.
|
|
setSimStartTime ( int startTime ) : void |
Sets the sim start time.
|
|
setSimTimeInSeconds ( int simTime ) : void |
Sets the sim time in seconds.
|
public setSimStartTime ( int startTime ) : void | ||
startTime | int | Start time. |
return | void |
public setSimTimeInSeconds ( int simTime ) : void | ||
simTime | int | Sim time. |
return | void |