예제 #1
0
 void Start()
 {
     _fillBar.SetMinMax(_playerInput.LaunchSettings.minLaunchPower, _playerInput.LaunchSettings.maxLaunchPower);
 }
예제 #2
0
 void Start()
 {
     _fillBar.SetMinMax(0, _timer.MaxTime);
 }