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