AudioEvents.GetCurrentValue C# (CSharp) 메소드

GetCurrentValue() 공개 메소드

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

Same methods

AudioEvents::GetCurrentValue ( string curve ) : float