Table of Contents

Enum VisualShaderNodeIntParameter.HintEnum

Namespace
Godot
Assembly
GodotSharp.dll
public enum VisualShaderNodeIntParameter.HintEnum : long

Fields

Max = 3

Represents the size of the VisualShaderNodeIntParameter.HintEnum enum.

None = 0

The parameter will not constrain its value.

Range = 1

The parameter's value must be within the specified Min/Max range.

RangeStep = 2

The parameter's value must be within the specified range, with the given Step between values.