Enum VisualShaderNodeDerivativeFunc.OpTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeDerivativeFunc.OpTypeEnum : long
Fields
Max = 4Represents the size of the VisualShaderNodeDerivativeFunc.OpTypeEnum enum.
Scalar = 0A floating-point scalar.
Vector2D = 1A 2D vector type.
Vector3D = 2A 3D vector type.
Vector4D = 3A 4D vector type.