Type Alias GraphNumberF32ControlTypes

GraphNumberF32ControlTypes: ["Spinbox", "Slider"]

Represents the control types available for a 32-bit floating point number in the shader graph.

The available control types are:

  • "Spinbox": A control that allows the user to increment or decrement the value using arrow buttons.
  • "Slider": A control that allows the user to adjust the value by sliding a handle along a track.