示例#1
0
 //GaugeUpdate
 static private void GaugeUpdateExecute(HpGaugePartsEventManagerExecuteState mine, HpGaugePartsEventManager hpGaugePartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
     for (int i = 0; i < hpGaugePartsEventManager.GetExecuteHpGaugeParts().Count; ++i)
     {
         hpGaugePartsEventManager.GetExecuteHpGaugeParts()[i].ProcessStateGaugeUpdateExecute(
             timeRegulation
             , timeFluctProcess
             , hpGaugePartsEventManager.GetExecuteReferMonsterDatas()[i]
             , hpGaugePartsEventManager.GetExecuteEndFillAmounts()[i]
             );
     }
 }
示例#2
0
 public void Execute(HpGaugePartsEventManager hpGaugePartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
     executeFuncs_[(int)state_](this, hpGaugePartsEventManager, timeRegulation, timeFluctProcess);
 }
示例#3
0
 //None
 static private void NoneExecute(HpGaugePartsEventManagerExecuteState mine, HpGaugePartsEventManager hpGaugePartsEventManager, float timeRegulation, t13.TimeFluctProcess timeFluctProcess)
 {
 }