VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
void AVR.UI.Utils.AVR_CircularLoadingBar_TMP.Update ( )
inlineprivate

Definition at line 17 of file AVR_CircularLoadingBar_TMP.cs.

18  {
19  ringImage.fillAmount = fillAmount;
20 
21  if(percentage_text) {
22  percentage_text.text = Mathf.RoundToInt(fillAmount*100).ToString() + "%";
23  }
24  }