AutoConnect
Jump To Parameters
Jump To Function Definitions
Parameter Definitions
Select the parameter name from below to jump directly to it on this page.
roomToAutoConnectTo
The photon room to auto connect to
| Exposed Value | Type | Default Value |
|---|---|---|
| public | string | “MyTestingRoom” |
Function Definitions
Select the function name from below to jump directly to it on this page.
IEnumerator AutoStart()
Will automatically join the photon server, lobby, and finally the photon room name that you specify in the
roomToAutoConnectToparameter. This is used exclusively for testing builds quickly without having to go through a UI interface.
| Expose Value | Overrideable | Returns |
|---|---|---|
| private | False | Does not return anything |
No parameters
void Start()
Calls the
AutoStartIEnumerator
| Expose Value | Overrideable | Returns |
|---|---|---|
| private | False | Does not return anything |
No parameters