IGUtils.

GetStartEndTime(Keyframe[], 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 Keyframe[] keys, out float start, out float end)

Parameters

Name Type Description
keys Keyframe[]
start float
end float

Return Value

Type Description
void