VariantType Enumeration |
[Missing <summary> documentation for "T:Godot.Variant.Type"]
Namespace: Godot
public enum Type
Member name | Value | Description | |
---|---|---|---|
Nil | 0 | Variable is null. | |
Bool | 1 | Variable is of type Boolean. | |
Int | 2 | Variable is of type Int32. | |
Real | 3 | Variable is of type Single (real). | |
String | 4 | Variable is of type String. | |
Vector2 | 5 | Variable is of type Vector2. | |
Rect2 | 6 | Variable is of type Rect2. | |
Vector3 | 7 | Variable is of type Vector3. | |
Transform2d | 8 | Variable is of type Transform2D. | |
Plane | 9 | Variable is of type Plane. | |
Quat | 10 | Variable is of type Quat. | |
Aabb | 11 | Variable is of type AABB. | |
Basis | 12 | Variable is of type Basis. | |
Transform | 13 | Variable is of type Transform. | |
Color | 14 | Variable is of type Color. | |
NodePath | 15 | Variable is of type NodePath. | |
Rid | 16 | Variable is of type RID. | |
Object | 17 | Variable is of type Object. | |
Dictionary | 18 | Variable is of type Dictionary. | |
Array | 19 | Variable is of type Array. | |
RawArray | 20 | Variable is of type Byte. | |
IntArray | 21 | Variable is of type Int32. | |
RealArray | 22 | Variable is of type Single. | |
StringArray | 23 | Variable is of type String. | |
Vector2Array | 24 | Variable is of type Vector2. | |
Vector3Array | 25 | Variable is of type Vector3. | |
ColorArray | 26 | Variable is of type Color. | |
Max | 27 | Represents the size of the VariantType enum. |