Summary
Performs a linear easing.
- Namespace
- StrideToolkit
.Mathematics - Containing Type
- Easing
Syntax
public static float Linear(float amount)
Remarks
Modeled after the line y = x
Parameters
| Name | Type | Description |
|---|---|---|
| amount | float | The amount. |
Return Value
| Type | Description |
|---|---|
| float | The amount eased. |
