Vector2.operator != 运算符 不等于
static operator != (lhs : Vector2, rhs : Vector2) : bool
Description描述
Returns true if vectors different.
如果向量不同返回真。
Very close vectors are treated as being equal.
非常接近的向量被视为是相等的。
最后修改:2011年1月4日 Tuesday 22:14
static operator != (lhs : Vector2, rhs : Vector2) : bool
Description描述
Returns true if vectors different.
如果向量不同返回真。
Very close vectors are treated as being equal.
非常接近的向量被视为是相等的。