Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
vector2d
Varying is of type Vector2
.
case vector2d
Other cases
case float
Varying is of type float.
case int
Varying is of type integer.
case uint
Varying is of type unsigned integer.
case vector3d
Varying is of type
Vector3
.case vector4d
Varying is of type
Vector4
.case boolean
Varying is of type [bool].
case transform
Varying is of type
Transform3D
.case max
Represents the size of the
VaryingType
enum.