public void Input(Collider other, TouchType touchType, CollisionType collisionType)
 {
     if (filter.RequestActivate(other, touchType, collisionType))
     {
         response.Invoke(other);
     }
 }