Easing.

Linear(float, float, float) Method

Summary

Directly returns the `value`. Interpolates the `value` based on the line y = x.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing

Syntax

public static float Linear(float start, float end, float value)

Parameters

Name Type Description
start float
end float
value float

Return Value

Type Description
float