示例#1
0
 private void UpdateBar() //Update the visual fill effect of the armor bar
 {
     ArmorBar.localScale = new Vector3(HealthModel.GetTotalArmorPercentage(), 1f, 1f);
 }
示例#2
0
 void UpdateBar()
 {
     ArmorBar.localScale = new Vector3(HealthModel.GetTotalArmorPercentage(), 1f, 1f);
 }