Table of Contents

Interface IAnimatorTimingsProvider

Provides timings of TMPAnimator.

public interface IAnimatorTimingsProvider

Properties

DeltaTime

The current delta time (=> time since last animation update).

float DeltaTime { get; }

Property Value

float

PassedTime

The time that has passed since the animator began animating.

float PassedTime { get; }

Property Value

float