Axiom.Animating.VertexAnimationTrack.GetInterpolatedKeyFrame C# (CSharp) Метод

GetInterpolatedKeyFrame() публичный Метод

This method in fact does nothing, since interpolation is not performed inside the keyframes for this type of track.
public GetInterpolatedKeyFrame ( float time, KeyFrame kf ) : KeyFrame
time float
kf KeyFrame
Результат KeyFrame
		public override KeyFrame GetInterpolatedKeyFrame( float time, KeyFrame kf )
		{
			return kf;
		}