Vector3Int.sqrMagnitude

public int sqrMagnitude;

Description

Returns the squared length of this vector (Read Only).

Calculating the squared magnitude instead of the magnitude is much faster.

Often if you are comparing magnitudes of two vectors you can just compare their squared magnitudes.

See Also: magnitude.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答