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