0 corresponds to the slider all the way to the right and 100 corresponds to the slider all the way to the left.
What ports can I use it on?
1,2,7,8
Code
var position =Magic.modules.slider.position;
usingMagic;publicclassDemo:MonoBehaviour{ // create a reference to the modulepublicMagic.Modules.SliderModule slider;voidStart() { }voidUpdate() { // access the property of the moduleint position =slider.position; }}