Exemple #1
0
 void DeleteLocomotorSpeedRateTask()
 {
     if (m_update_locomotor_speed_rate_task == null)
     {
         return;
     }
     m_update_locomotor_speed_rate_task.Cancel();
     LogicTask.Recycle(m_update_locomotor_speed_rate_task);
     m_update_locomotor_speed_rate_task = null;
 }