SpriteEditor.

InverseLerpUnclamped(float, float, float) Method

Summary

The opposite of UnityEngine.Mathf.LerpUnclamped(System.Single,System.Single,System.Single).
Assembly
Animancer.dll
Namespace
Animancer.Editor
Containing Type
SpriteEditor

Syntax

public static float InverseLerpUnclamped(float a, float b, float value)

Parameters

Name Type Description
a float
b float
value float

Return Value

Type Description
float