This component Requires a Configurable Joint, and the physical qualities of the slider will also be set through this configurable joint and rigidbody
Play range is the amount from the targeted value For objects slightly off center
(The minimum abs value required to return a value nonzero value if playRange is 0.1, you have to move the gadget 10% to get a result)
Threshold is the percentage (0-1) from the required value needed to call the event
(If the threshold is 0.1 OnMax will be called at 0.9, OnMin at -0.9, and OnMiddle at -0.1 or 0.1)
Can be triggered by any collision with enough force to push the configurable joint past the threshold