Esempio n. 1
0
 void MoveTo(FloatArray msg)
 {
     transform.position = new Vector3(msg.array[0], msg.array[1], msg.array[2]);;
 }