ClientJoinButton
This script is designed to update the EMI_NetworkManager's Network Address property and intitiate a join server process.
Public Virtual Methods
| Method | Description |
|---|---|
| void JoinServer() | This will cause the local client to connect to the server endpoint that is currently being used in the EMI_NetworkManager component |
| void EnableJoinButton() | Will make the Join Button interactable |
| void DisableJoinButton() | Will make the Join Button NOT interactable |
| void UpdateNetworkAddress(string value) | Will update the EMI_NetworkManager's server endpoint to the new value that was passed into this function. |