A 4D vector using floating-point coordinates. Description: A 4-element structure that can be used to represent 4D coordinates or any other quadruplet of numeric values. It uses floating-point coord...| Godot Engine documentation
A 3D vector using floating-point coordinates. Description: A 3-element structure that can be used to represent 3D coordinates or any other triplet of numeric values. It uses floating-point coordina...| Godot Engine documentation
A color represented in RGBA format. Description: A color represented in RGBA format by a red ( r), green ( g), blue ( b), and alpha ( a) component. Each component is a 32-bit floating-point value, ...| Godot Engine documentation
Global scope constants and functions. Description: A list of global scope enumerated constants and built-in functions. This is all that resides in the globals, constants regarding error codes, keyc...| Godot Engine documentation
A 2D vector using integer coordinates. Description: A 2-element structure that can be used to represent 2D grid coordinates or any other pair of integers. It uses integer coordinates and is therefo...| Godot Engine documentation
A 2D vector using floating-point coordinates. Description: A 2-element structure that can be used to represent 2D coordinates or any other pair of numeric values. It uses floating-point coordinates...| Godot Engine documentation
A built-in type for floating-point numbers. Description: The float built-in type is a 64-bit double-precision floating-point number, equivalent to double in C++. This type has 14 reliable decimal d...| Godot Engine documentation
A built-in boolean type. Description: The bool is a built-in Variant type that may only store one of two values: true or false. You can imagine it as a switch that can be either turned on or off, o...| Godot Engine documentation