Click or drag to resize

VariantType Enumeration

[Missing <summary> documentation for "T:Godot.Variant.Type"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Type
Members
  Member nameValueDescription
Nil0

Variable is null.

Bool1

Variable is of type Boolean.

Int2

Variable is of type Int32.

Real3

Variable is of type Single (real).

String4

Variable is of type String.

Vector25

Variable is of type Vector2.

Rect26

Variable is of type Rect2.

Vector37

Variable is of type Vector3.

Transform2d8

Variable is of type Transform2D.

Plane9

Variable is of type Plane.

Quat10

Variable is of type Quat.

Aabb11

Variable is of type AABB.

Basis12

Variable is of type Basis.

Transform13

Variable is of type Transform.

Color14

Variable is of type Color.

NodePath15

Variable is of type NodePath.

Rid16

Variable is of type RID.

Object17

Variable is of type Object.

Dictionary18

Variable is of type Dictionary.

Array19

Variable is of type Array.

RawArray20

Variable is of type Byte.

IntArray21

Variable is of type Int32.

RealArray22

Variable is of type Single.

StringArray23

Variable is of type String.

Vector2Array24

Variable is of type Vector2.

Vector3Array25

Variable is of type Vector3.

ColorArray26

Variable is of type Color.

Max27

Represents the size of the VariantType enum.

See Also