Back to Filament

getSteadyClockTimeNano

docs/android/dokka/filament-android/com.google.android.filament/-engine/get-steady-clock-time-nano.md

1.75.0643 B
Original Source

//filament-android/com.google.android.filament/Engine/getSteadyClockTimeNano

getSteadyClockTimeNano

[main]
open fun getSteadyClockTimeNano(): Long

Get the current time. This is a convenience function that simply returns the time in nanosecond since epoch of std::chrono::steady_clock.

Return

current time in nanosecond since epoch of std::chrono::steady_clock.

See also

Renderer