AudioEvents.BinarySearchCurveValue C# (CSharp) Method

BinarySearchCurveValue() public method

public BinarySearchCurveValue ( int curve, int index, float time ) : float
curve int
index int
time float
return float
    public float BinarySearchCurveValue(int curve, int index, float time)
    {
        return BinarySearchCurveValue(curve, index, time, 0f, 1f);
    }

Same methods

AudioEvents::BinarySearchCurveValue ( int curve, int index, float time, float lPos, float rPos ) : float