Tanoda
|
Public Member Functions | |
void | SwitchOn () |
void | SwitchOff () |
Public Attributes | |
bool | Polling = true |
float | PollingInterval = 0.5f |
string | ipAddress |
UnityEvent | On |
UnityEvent | Off |
Definition at line 9 of file NetworkSwitch.cs.
void NetworkSwitch.SwitchOff | ( | ) |
Definition at line 36 of file NetworkSwitch.cs.
void NetworkSwitch.SwitchOn | ( | ) |
Definition at line 31 of file NetworkSwitch.cs.
string NetworkSwitch.ipAddress |
Definition at line 13 of file NetworkSwitch.cs.
UnityEvent NetworkSwitch.Off |
Definition at line 14 of file NetworkSwitch.cs.
UnityEvent NetworkSwitch.On |
Definition at line 14 of file NetworkSwitch.cs.
bool NetworkSwitch.Polling = true |
Definition at line 11 of file NetworkSwitch.cs.
float NetworkSwitch.PollingInterval = 0.5f |
Definition at line 12 of file NetworkSwitch.cs.