public bool Activated(Vector2 position_) { if (m_active) { return(m_touchZone.IsInsideZone(position_)); } return(false); }