IGUtils.

GetStartEndValue(Keyframe[], float, float) Method

Summary

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

Syntax

public static void GetStartEndValue(this Keyframe[] keys, out float start, out float end)

Parameters

Name Type Description
keys Keyframe[]
start float
end float

Return Value

Type Description
void