-
- All Implemented Interfaces:
public final class KonfettiView.TimerIntegrationTimerIntegration retrieves the delta time since the rendering of the previous frame. Delta time is used to draw the confetti correctly if any frame drops occur.
-
-
Constructor Summary
Constructors Constructor Description KonfettiView.TimerIntegration()
-
Method Summary
Modifier and Type Method Description final Unitreset()final FloatgetDeltaTime()final LonggetTotalTimeRunning(Long startTime)-
-
Method Detail
-
getDeltaTime
final Float getDeltaTime()
-
getTotalTimeRunning
final Long getTotalTimeRunning(Long startTime)
-
-
-
-