Ejemplo n.º 1
0
 /// <summary>
 /// Returns a Vector3 object storing the target's current coordinates.
 /// </summary>
 /// <returns>
 /// A Vector3 object that stores the target's current x, y, and z coordinates.
 /// </returns>
 public Vector3 GetPosition()
 {
     return(data.GetPosition());
 }