void Update() { if (_house != null) { _house.transform.position = GetVector(_mousePoint.GetPoint()); } }