|
|
float | minSpeed = -0.5f |
| | minimum allowed speed
|
| |
|
float | maxSpeed = 0.5f |
| | maximum allowed speed
|
| |
|
bool | randomScroll = false |
| | random variation of the scroll
|
| |
|
uint32_t | xdecal |
| | start x coordinates
|
| |
|
uint32_t | ydecal |
| | start y coordinates
|
| |
|
uint32_t | last_tick |
| | last called time in microseconds
|
| |
|
int8_t | xdirection = 1 |
| | x scroll direction
|
| |
|
int8_t | ydirection = 0 |
| | y scroll direction
|
| |
The documentation for this struct was generated from the following file: