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