Click or drag to resize

Vector2Ceil Method

Returns a new vector with all components rounded up (towards positive infinity).

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

Return Value

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