Enum VisualShader.VaryingType
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShader.VaryingType : long
Fields
Boolean = 6Varying is of type bool.
Float = 0Varying is of type float.
Int = 1Varying is of type int.
Max = 8Represents the size of the VisualShader.VaryingType enum.
Transform = 7Varying is of type Transform3D.
Uint = 2Varying is of type unsigned int.
Vector2D = 3Varying is of type Vector2.
Vector3D = 4Varying is of type Vector3.
Vector4D = 5Varying is of type Vector4.