コード例 #1
0
 void Update()
 {
     _healthImage.fillAmount = _playerControl.GetComponent <Health>().HealthAsPercentage;
 }
コード例 #2
0
 void Update()
 {
     _energyImage.fillAmount = _playerControl.GetComponent <SpecialAbilities>().EnergyAsPercentage;
 }