Enum VisualShaderNodeSwitch.OpTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeSwitch.OpTypeEnum : long
Fields
Boolean = 6A boolean type.
Float = 0A floating-point scalar.
Int = 1An integer scalar.
Max = 8Represents the size of the VisualShaderNodeSwitch.OpTypeEnum enum.
Transform = 7A transform type.
Uint = 2An unsigned integer scalar.
Vector2D = 3A 2D vector type.
Vector3D = 4A 3D vector type.
Vector4D = 5A 4D vector type.