Molecules-BoxSliderUintComponent
Share
This article explains the BoxSliderUintComponent.
BoxSliderUintComponent consists of BoxComponent and SliderUintComponent. BoxComponent allows you to select 9 different positions for the parent component. In this example, the CENTER_RIGHT position is specified.
The background color of the BoxComponent is blue, and the background color of the SliderUintComponent is red. The SliderUnitComponent takes a value within the specified range. In the test, MIN=0, MAX=UINT_MAX are specified, and the initial value is MAX/2.