Time

Get Delta Time

The interval in seconds from the last frame to the current one.

Outputs:

Name
Type
Description

Delta Time

Float

The interval in seconds.

Get Fixed Time

The time at which the current FixedUpdate started in seconds since the start of the game.

Outputs:

Name
Type
Description

Fixed Time

Float

The time at which the current FixedUpdate started.

Get Realtime Since Startup

The real time in seconds since the session started.

Outputs:

Name
Type
Description

Real Time Since Startup

Float

The real time in seconds since the session started.

Get System Time

Access information about the system time.

Outputs:

Name
Type
Description

Date

String

Timestamp. In the format "dd/mm/yyyy hh:mm:ss"

Day

Integer

The day of the month. One or two digits, depending on the value.

Month

Integer

The month of the year. One or two digits, depending on the value.

Year

Integer

The current year. Four digits.

Hour

Integer

The current hour of the day. One or two digits, depending on the value.

Minute

Integer

The current minutes past the hour. One or two digits, depending on the value.

Second

Integer

The current number of seconds. One or two digits, depending on the value.

Get Time

The time at the beginning of the current frame in seconds since the start of the ENGAGE application.

Outputs:

Name
Type
Description

Time

Float

The time since the start of the ENGAGE application.

Last updated