Version: 2017.2
public Vector3 normalized ;

説明

magnitude を 1 としたベクトル(読み取り専用)

正規化されたときベクトルは同じ方向は維持したままで長さが 1.0 のものが作成されます。

Note that the current vector is unchanged and a new normalized vector is returned. If you want to normalize the current vector, use Normalize function.

ベクトルが小さすぎる場合、正規化されたものは 0 ベクトルとして返されます。

関連項目: Normalize 関数