// Updates the appearance of the buffer meter. private void UpdateBufferMeter() { //Debug.Log(name + " UpdateBufferMeter"); meterBuffer.SetLeftAnchor(bufferLower); meterBuffer.SetPercent(bufferUpper); }
// Updates the appearance of the buffer meter. private void UpdateBufferMeter() { meterBuffer.SetLeftAnchor(bufferLower); meterBuffer.SetPercent(bufferUpper); }