InteractableThemeBase.LerpFloat(Single, Single, Single) Method

Definition

protected:
 float LerpFloat(float s, float e, float t);
protected float LerpFloat (float s, float e, float t);
member this.LerpFloat : single * single * single -> single
Protected Function LerpFloat (s As Single, e As Single, t As Single) As Single

Parameters

s
Single
e
Single
t
Single

Returns

Applies to