示例#1
0
 public Vector3 GetMovementDirection()
 {
     return(_input.GetClickDirection().ToXZPlane());
 }