Vector2.operator ==  运算符 等于


static operator == (lhs : Vector2, rhs : Vector2) : bool

Description描述

Returns true if the vectors are equal.

如果向量相等返回真。

This will also return true for vectors that are really close to being equal.

对于非常接近的向量,也将返回真。


,