Table of Contents

Enum VisualShaderNodeMix.OpTypeEnum

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

Fields

Max = 7

Represents the size of the VisualShaderNodeMix.OpTypeEnum enum.

Scalar = 0

A floating-point scalar.

Vector2D = 1

A 2D vector type.

Vector2DScalar = 2

The a and b ports use a 2D vector type. The weight port uses a scalar type.

Vector3D = 3

A 3D vector type.

Vector3DScalar = 4

The a and b ports use a 3D vector type. The weight port uses a scalar type.

Vector4D = 5

A 4D vector type.

Vector4DScalar = 6

The a and b ports use a 4D vector type. The weight port uses a scalar type.