Enum VisualShaderNodeIntParameter.HintEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum VisualShaderNodeIntParameter.HintEnum : long
Fields
Enum = 3The parameter uses an enum to associate preset values to names in the editor.
Max = 4Represents the size of the VisualShaderNodeIntParameter.HintEnum enum.
None = 0The parameter will not constrain its value.
Range = 1The parameter's value must be within the specified Min/Max range.
RangeStep = 2The parameter's value must be within the specified range, with the given Step between values.