getInterpolation method
Returns the interpolation type.
Implementation
int? getInterpolation() {
console.info("KeyframeTrack.getInterpolation todo debug need confirm?? ");
return _interpolation;
}
Returns the interpolation type.
int? getInterpolation() {
console.info("KeyframeTrack.getInterpolation todo debug need confirm?? ");
return _interpolation;
}