Values
Nil
Variable is null.
Bool
Variable is of type Bool.
Int
Variable is of type Int.
Real
Variable is of type Single (real).
String
Variable is of type String.
Vector2
Variable is of type godot.Vector2.
Rect2
Variable is of type godot.Rect2.
Vector3
Variable is of type godot.Vector3.
Transform2d
Variable is of type godot.Transform2D.
Plane
Variable is of type godot.Plane.
Quat
Variable is of type godot.Quat.
Aabb
Variable is of type godot.AABB.
Basis
Variable is of type godot.Basis.
Transform
Variable is of type godot.Transform.
Color
Variable is of type godot.Color.
NodePath
Variable is of type godot.NodePath.
Object
Variable is of type godot.Object.
Dictionary
Variable is of type godot.Collections_Dictionary.
Array
Variable is of type godot.Collections_Array.
RawArray
Variable is of type cs.UInt8.
IntArray
Variable is of type Int.
RealArray
Variable is of type Single.
StringArray
Variable is of type String.
Vector2Array
Variable is of type godot.Vector2.
Vector3Array
Variable is of type godot.Vector3.
ColorArray
Variable is of type godot.Color.
Max
Represents the size of the godot.Variant_Type enum.