Click or drag to resize

Vector3Floor 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 Vector3 Floor()

Return Value

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