Steel Battalion controller lights
Hello. I need some help figuring out how to do one of two things with my Steel Battalion controller. The program I use has c# scripts to enumerate buttons and axes, but I can't seem to figure out how to get the controller lights to either
1) breathe gently, using a value range of 0 to 3
2) light up gradually from 0 to 15 (max light value) when pressed, then 15 to 0 when released
2 Replies
the code block responsible for this is as follows
what do I need to add for breathing, and/or for the gradual light?
here's also the .cs file itself