Click or drag to resize

Vector2Floor Method

Returns a new vector with all components rounded down (towards negative infinity).

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

Return Value

Type: Vector2
A vector with Floor(Single) called on each component.
See Also