IGUtils.

GetStartEndValueSorted(AnimationCurve, float, float) Method

Summary

Gets the higher and lower value of the first and last keyframes.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static void GetStartEndValueSorted(this AnimationCurve curve, out float min, out float max)

Parameters

Name Type Description
curve AnimationCurve
min float
max float

Return Value

Type Description
void