Module godot.core.variant

The most important data type in Godot.

Structs

NameDescription
Variant A Variant takes up only 20 bytes and can store almost any engine datatype inside of it. Variants are rarely used to hold information for long periods of time, instead they are used mainly for communication, editing, serialization and moving data around.