C# Class GameLobby, Cubes-in-Space

Inheritance: MonoBehaviour
Afficher le fichier Open project: eric-kansas/Cubes-in-Space Class Usage Examples

Méthodes publiques

Свойство Type Description
backgroundImage UnityEngine.Texture2D
gStyleLoading GUIStyle
titleStyle GUIStyle
username string

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
OnConnectionLost ( BaseEvent, evt ) : void
OnDebugMessage ( BaseEvent, evt ) : void
OnGUI ( ) : void
OnJoinRoom ( BaseEvent, evt ) : void
OnJoinRoomError ( BaseEvent, evt ) : void
OnLogout ( BaseEvent, evt ) : void
OnPublicMessage ( BaseEvent, evt ) : void
OnRoomCreationError ( BaseEvent, evt ) : void
OnRoomVariablesUpdate ( BaseEvent, evt ) : void
OnUserCountChange ( BaseEvent, evt ) : void
OnUserEnterRoom ( BaseEvent, evt ) : void
OnUserExitRoom ( BaseEvent, evt ) : void
Start ( ) : void

Private Methods

Méthode Description
AddEventListeners ( ) : void
AddPlayerID ( string user ) : void
DrawButtons ( Rect screenPos ) : void
DrawChatGUI ( Rect screenPos ) : void
DrawLoadingScreen ( ) : void
DrawRoomTitle ( Rect screenPos ) : void
DrawRoomsGUI ( ) : void
DrawSettingsGUI ( Rect screenPos ) : void
DrawSingleTeamBox ( Rect screenPos, int team ) : void
DrawUsersGUI ( Rect screenPos ) : void
OnObjectMessageReceived ( BaseEvent, evt ) : void
OnUserLeaveRoom ( BaseEvent, evt ) : void
PrepareLobby ( ) : void
ReallocateTeams ( ) : void
RemovePlayer ( int id, int teamId ) : void
RequestTeamChange ( int teamIndex ) : void
SetupRoomList ( ) : void
UnregisterSFSSceneCallbacks ( ) : void
findLowestNumTeam ( ) : int
joinGame ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

OnConnectionLost() public méthode

public OnConnectionLost ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnDebugMessage() public méthode

public OnDebugMessage ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnJoinRoom() public méthode

public OnJoinRoom ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnJoinRoomError() public méthode

public OnJoinRoomError ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnLogout() public méthode

public OnLogout ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnPublicMessage() public méthode

public OnPublicMessage ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnRoomCreationError() public méthode

public OnRoomCreationError ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnRoomVariablesUpdate() public méthode

public OnRoomVariablesUpdate ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnUserCountChange() public méthode

public OnUserCountChange ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnUserEnterRoom() public méthode

public OnUserEnterRoom ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

OnUserExitRoom() public méthode

public OnUserExitRoom ( BaseEvent, evt ) : void
evt BaseEvent,
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

backgroundImage public_oe property

public Texture2D,UnityEngine backgroundImage
Résultat UnityEngine.Texture2D

gStyleLoading public_oe property

public GUIStyle gStyleLoading
Résultat GUIStyle

titleStyle public_oe property

public GUIStyle titleStyle
Résultat GUIStyle

username public_oe property

public string username
Résultat string