IGUtils.

GetMinMaxValueEstimate(AnimationCurve, float, float, int) Method

Summary

Estimates the highest and lowest values in the `curve`.
Assembly
Kybernetik.InspectorGadgets.dll
Namespace
InspectorGadgets
Containing Type
IGUtils

Syntax

public static void GetMinMaxValueEstimate(this AnimationCurve curve, out float min, out float max, int sampleResolution = 10)

Parameters

Name Type Description
curve AnimationCurve
min float
max float
sampleResolution int

Return Value

Type Description
void