示例#1
0
 public static bool IsValid(this Vector2 vector)
 {
     return(Math.IsValid(vector.x) && Math.IsValid(vector.y));
 }