IGUtils.

GetStartEndTime(AnimationCurve, float, float) Method

Summary

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

Syntax

public static void GetStartEndTime(this AnimationCurve curve, out float start, out float end)

Parameters

Name Type Description
curve AnimationCurve
start float
end float

Return Value

Type Description
void