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 AnimationCurve curve, out float min, out float max)
Parameters
Name | Type | Description |
---|---|---|
curve | AnimationCurve | |
min | float | |
max | float |
Return Value
Type | Description |
---|---|
void |