Annotation Interface TimeAccumulatorForGameplay


@Retention(CLASS) @Target({TYPE,FIELD}) public @interface TimeAccumulatorForGameplay
Used on fields that accumulate deltaTime for gameplay purposes, not for performance. For performance, a frame counter and FrameAccumulatorForPerformance must be used.