Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
max
Represents the size of the VaryingType
enum.
case max
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 vector2d
Varying is of type
Vector2
.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
.