IAnimationSampler1.InterpolationMode

IAnimationSampler<T>.InterpolationMode property

Gets a value indicating the interpolation being used. If the value is STEP or LINEAR, GetLinearKeys should be used. If the value is CUBICSPLINE, GetCubicKeys should be used.

public AnimationInterpolationMode InterpolationMode { get; }

See Also