IGUtils.

GetMinMaxKeyValue(Keyframe[], float, float) Method

Summary

Gets the values of the lowest and highest keyframes.

Note that these will not necessarily be the exact bounds of the curve if the tangents cause it to continue further than the keyframes.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static void GetMinMaxKeyValue(this Keyframe[] keys, out float min, out float max)

Parameters

Name Type Description
keys Keyframe[]
min float
max float

Return Value

Type Description
void