Easing.

Ease(float, EasingFunction) Method

Summary

Performs easing using the specified function.
Namespace
StrideToolkit.Mathematics
Containing Type
Easing

Syntax

public static float Ease(float amount, EasingFunction function)

Parameters

Name Type Description
amount float The amount.
function EasingFunction The easing function to use.

Return Value

Type Description
float The amount eased using the specified function.