AudioEvents.BinarySearchCurveValue C# (CSharp) Méthode

BinarySearchCurveValue() public méthode

public BinarySearchCurveValue ( int curve, int index, float time ) : float
curve int
index int
time float
Résultat 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