Example #1
0
 private void ExitActiveInteraction()
 {
     if (_ActiveInteraction == null)
     {
         return;
     }
     _ActiveInteraction.OnExit();
     _ActiveInteraction = null;
 }