Click or drag to resize

Vector3IsNormalized Method

Returns true if the vector is normalized, and false otherwise.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool IsNormalized()

Return Value

Type: Boolean
A bool indicating whether or not the vector is normalized.
See Also