AudioEvents.GetCurrentValue C# (CSharp) Method

GetCurrentValue() public method

public GetCurrentValue ( int curve ) : float
curve int
return float
    public float GetCurrentValue(int curve)
    {
        return GetValueAtTime(curve, GetComponent<AudioSource>().time);
    }

Same methods

AudioEvents::GetCurrentValue ( string curve ) : float