Interface IAnimatorTimingsProvider
- Namespace
- TMPEffects.Components.Animator
Provides timings of TMPAnimator.
public interface IAnimatorTimingsProvider
Properties
DeltaTime
The current delta time (=> time since last animation update).
float DeltaTime { get; }
Property Value
PassedTime
The time that has passed since the animator began animating.
float PassedTime { get; }