Vector2()NormalizeOn this pageVector2.Normalize() Makes this vector have a magnitude of 1. Usage ---@type Vector2local vector2;vector2.Normalize()