Partager via


AnimationLerpingExtensions.GenericLerp<T>(T, T, Double, Double) Méthode

Définition

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

Paramètres de type

T

Paramètres

start
T
end
T
progress
Double
toggleThreshold
Double

Retours

T

S’applique à