Easing.

GetDerivativeDelegate(Easing.Function) Method

Summary

[Animancer Extension] Returns a cached delegate representing the derivative of the specified `function` with a normalized range.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
Easing

Syntax

public static Func<float, float> GetDerivativeDelegate(this Easing.Function function)

Parameters

Name Type Description
function Easing.Function

Return Value

Type Description
Func<float, float>