FAST SDK Coding Reference 1.0.3
|
Manages GUI for a white screen saver to help reduce display burn-in. Not meant to be used directly. More...
Private Attributes | |
int | durationMinutes = 30 |
Settings, Inspector The amount of time in minutes that the white screen is shown for. | |
bool | isAxisInput = true |
Settings, Inspector Set to true if joystick input should dismiss the white screen. | |
bool | isKeypressInput = true |
Settings, Inspector Set to true if key and mouse button press input should dismiss the white screen. | |
bool | isMouseInput = true |
Settings, Inspector Set to true if mouse input should dismiss the white screen. | |
bool | isSerialInput = true |
Settings, Inspector Set to true if serial input should dismiss the white screen. | |
bool | isTouchInput = true |
Settings, Inspector Set to true if touch input should dismiss the white screen. | |
bool | isUdpInput = false |
Settings, Inspector Set to true if UDP input should dismiss the white screen. | |
int | serialInputCount = 10 |
Settings, Inspector The number of serial messages that must be recieved to dismiss the white screen. | |
int | udpInputCount = 1 |
Settings, Inspector The number of UDP datagrams that must be recieved to dismiss the white screen. | |
Manages GUI for a white screen saver to help reduce display burn-in. Not meant to be used directly.
Default functionality is included in the Startup Prefab
.
|
private |
Settings, Inspector
The amount of time in minutes that the white screen is shown for.
|
private |
Settings, Inspector
Set to true
if joystick input should dismiss the white screen.
|
private |
Settings, Inspector
Set to true
if key and mouse button press input should dismiss the white screen.
|
private |
Settings, Inspector
Set to true
if mouse input should dismiss the white screen.
|
private |
Settings, Inspector
Set to true
if serial input should dismiss the white screen.
|
private |
Settings, Inspector
Set to true
if touch input should dismiss the white screen.
|
private |
Settings, Inspector
Set to true
if UDP input should dismiss the white screen.
|
private |
Settings, Inspector
The number of serial messages that must be recieved to dismiss the white screen.
This can be helpful if the input is noisy or very sensitive.
|
private |
Settings, Inspector
The number of UDP datagrams that must be recieved to dismiss the white screen.
This can be helpful if the input is noisy or very sensitive.