AudioEvents.BinarySearchFirstTrigger C# (CSharp) Method

BinarySearchFirstTrigger() public method

public BinarySearchFirstTrigger ( float time ) : int
time float
return int
    public int BinarySearchFirstTrigger(float time)
    {
        return BinarySearchFirstTrigger(time, 0, triggers.Count-1);
    }

Same methods

AudioEvents::BinarySearchFirstTrigger ( float time, int lTriggerIndex, int rTriggerIndex ) : int