AnimationLerpingExtensions.GenericLerp<T>(T, T, Double, Double) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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