AnimancerEditorUtilities.

LerpUnclampedX(Rect, float) Method

Summary

Returns the value of `t` linearly interpolated along the X axis of the `rect`.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
AnimancerEditorUtilities

Syntax

public static float LerpUnclampedX(this Rect rect, float t)

Parameters

Name Type Description
rect Rect
t float

Return Value

Type Description
float