Easing.

Linear(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 value)

Parameters

Name Type Description
value float

Return Value

Type Description
float