IGUtils.

GetStartEndValueSorted(Keyframe[], 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 Keyframe[] keys, out float min, out float max)

Parameters

Name Type Description
keys Keyframe[]
min float
max float

Return Value

Type Description
void