GodotSharpAPI
GodotSharpAPI
Godot
Vector3 Structure
Vector3 Methods
Abs Method
AngleTo Method
Bounce Method
Ceil Method
Cross Method
CubicInterpolate Method
DirectionTo Method
DistanceSquaredTo Method
DistanceTo Method
Dot Method
Equals Method
Floor Method
GetHashCode Method
Inverse Method
IsEqualApprox Method
IsNormalized Method
Length Method
LengthSquared Method
LinearInterpolate Method
MaxAxis Method
MinAxis Method
MoveToward Method
Normalized Method
Outer Method
PosMod Method
Project Method
Reflect Method
Rotated Method
Round Method
Set Method
Sign Method
Slerp Method
Slide Method
Snapped Method
ToDiagonalMatrix Method
ToString Method
Vector3
Floor 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#
Copy
public
Vector3
Floor
()
Return Value
Type:
Vector3
A vector with
Floor(Single)
called on each component.
See Also
Reference
Vector3 Structure
Godot Namespace