|
Starsector API
|
Public Member Functions | |
| FlickerUtil () | |
| void | setStop (boolean stop) |
| float | getBrightness () |
| float | getAngle () |
| boolean | advance (float amount) |
| float | getCurrTime () |
Definition at line 3 of file FlickerUtil.java.
| com.fs.starfarer.api.util.FlickerUtil.FlickerUtil | ( | ) |
Definition at line 14 of file FlickerUtil.java.
| boolean com.fs.starfarer.api.util.FlickerUtil.advance | ( | float | amount | ) |
Returns true if the current burst ended and a new one just started.
| amount |
Definition at line 59 of file FlickerUtil.java.
| float com.fs.starfarer.api.util.FlickerUtil.getAngle | ( | ) |
Definition at line 50 of file FlickerUtil.java.
| float com.fs.starfarer.api.util.FlickerUtil.getBrightness | ( | ) |
Definition at line 46 of file FlickerUtil.java.
| float com.fs.starfarer.api.util.FlickerUtil.getCurrTime | ( | ) |
Definition at line 77 of file FlickerUtil.java.
| void com.fs.starfarer.api.util.FlickerUtil.setStop | ( | boolean | stop | ) |
Definition at line 21 of file FlickerUtil.java.