다음을 통해 공유


AnimationLerpingExtensions.GenericLerp<T>(T, T, Double, Double) 메서드

정의

public static T GenericLerp<T> (this T start, T end, double progress, double toggleThreshold = 0.5);
static member GenericLerp : 'T * 'T * double * double -> 'T
<Extension()>
Public Function GenericLerp(Of T) (start As T, end As T, progress As Double, Optional toggleThreshold As Double = 0.5) As T

형식 매개 변수

T

매개 변수

start
T
end
T
progress
Double
toggleThreshold
Double

반환

T

적용 대상