Tanoda
NetworkSwitch Class Reference
Inheritance diagram for NetworkSwitch:

Public Member Functions

void SwitchOn ()
 
void SwitchOff ()
 

Public Attributes

bool Polling = true
 
float PollingInterval = 0.5f
 
string ipAddress
 
UnityEvent On
 
UnityEvent Off
 

Detailed Description

Definition at line 9 of file NetworkSwitch.cs.

Member Function Documentation

◆ SwitchOff()

void NetworkSwitch.SwitchOff ( )

Definition at line 36 of file NetworkSwitch.cs.

◆ SwitchOn()

void NetworkSwitch.SwitchOn ( )

Definition at line 31 of file NetworkSwitch.cs.

Member Data Documentation

◆ ipAddress

string NetworkSwitch.ipAddress

Definition at line 13 of file NetworkSwitch.cs.

◆ Off

UnityEvent NetworkSwitch.Off

Definition at line 14 of file NetworkSwitch.cs.

◆ On

UnityEvent NetworkSwitch.On

Definition at line 14 of file NetworkSwitch.cs.

◆ Polling

bool NetworkSwitch.Polling = true

Definition at line 11 of file NetworkSwitch.cs.

◆ PollingInterval

float NetworkSwitch.PollingInterval = 0.5f

Definition at line 12 of file NetworkSwitch.cs.


The documentation for this class was generated from the following file: