0 corresponds to no pressure while 100 corresponds to full press down.
What ports can I use it on?
1,2,7,8
Code
var amountOfPressure =Magic.modules.force.strength;
usingMagic;publicclassDemo:MonoBehaviour{ // create a reference to the modulepublicMagic.Modules.ForceModule force;voidStart() { }voidUpdate() { // access the property of the moduleint amountOfPressure =force.strength; }}