AudioEvents.BinarySearchCurveValue C# (CSharp) 메소드

BinarySearchCurveValue() 공개 메소드

public BinarySearchCurveValue ( int curve, int index, float time ) : float
curve int
index int
time float
리턴 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