Table of Contents

Enum VisualShaderNodeSwitch.OpTypeEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum VisualShaderNodeSwitch.OpTypeEnum : long

Fields

Boolean = 6

A boolean type.

Float = 0

A floating-point scalar.

Int = 1

An integer scalar.

Max = 8

Represents the size of the VisualShaderNodeSwitch.OpTypeEnum enum.

Transform = 7

A transform type.

Uint = 2

An unsigned integer scalar.

Vector2D = 3

A 2D vector type.

Vector3D = 4

A 3D vector type.

Vector4D = 5

A 4D vector type.