getPitch() public method

public getPitch ( float &pitch ) : RESULT
pitch float
return RESULT
Beispiel #1
0
    public float GetPitch()
    {
        float pitch;

        instance.getPitch(out pitch);
        return(pitch);
    }