applyInterpolation abstract method

void applyInterpolation(
  1. ActorComponent? component,
  2. double time,
  3. KeyFrame toFrame,
  4. double mix,
)

Implementation

void applyInterpolation(
    ActorComponent? component, double time, KeyFrame toFrame, double mix);