QuickConnect Class |
Namespace: ASL
The QuickConnect type exposes the following members.
Name | Description | |
---|---|---|
QuickConnect | ||
QuickConnect | Initializes a new instance of the QuickConnect class |
Name | Description | |
---|---|---|
Awake |
Called upon script load, it switches our scene to the LobbyScene, which then, using this class's static variables, determines what to do next
|
Name | Description | |
---|---|---|
m_RoomName |
The name of the room that players should automatically join
| |
m_StartingScene |
The name of the scene to be loaded after everyone is connected and ready
| |
m_StaticQuickStart |
Flag used to determine if QuickStart is being used or not.
| |
m_StaticRoomName |
The static room name - used to pass to other classes without having to have an instance to this class
| |
m_StaticStartingScene |
The static name of the scene to be loaded after everyone is connected and ready - used to pass to other classes without having to have an instance to this class
|