Enumeration Casemigueldeicaza.swiftgodot 0.45.0SwiftGodot
int
Varying is of type integer.
VisualShader.swift:79case int
Other cases
case float
Varying is of type float.
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
.case max
Represents the size of the
VaryingType
enum.