Vector4.operator != 运算符 不等于


static operator != (lhs : Vector4, rhs : Vector4) : bool

Description描述

Returns true if vectors different.

如果向量不同将返回真。

Very close vectors are treated as being equal.

非常接近的向量将被视为相等的。


,