Exemple #1
0
 void Move(ObjectPath path)
 {
     transform.position += (path.GetDeltaPos());
 }