Vector3IsNormalized Method |
Returns true if the vector is normalized, and false otherwise.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public bool IsNormalized()
Return Value
Type:
BooleanA bool indicating whether or not the vector is normalized.
See Also