C# Class generalNetworking, Lucid

Inheritance: Photon.MonoBehaviour
Afficher le fichier Open project: hydrater/Lucid

Méthodes publiques

Свойство Type Description
AlignBottom bool
ChatRPC string
GuiRect Rect
IsVisible bool
messages List

Méthodes publiques

Méthode Description
AddLine ( string newLine ) : void
OnGUI ( ) : void
OnMasterClientSwitched ( PhotonPlayer, player ) : void

Private Methods

Méthode Description
Awake ( ) : void
Chat ( string newLine, PhotonMessageInfo, mi ) : void
OnJoinedLobby ( ) : void
OnJoinedRoom ( ) : void

Method Details

AddLine() public méthode

public AddLine ( string newLine ) : void
newLine string
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnMasterClientSwitched() public méthode

public OnMasterClientSwitched ( PhotonPlayer, player ) : void
player PhotonPlayer,
Résultat void

Property Details

AlignBottom public_oe property

public bool AlignBottom
Résultat bool

ChatRPC public_oe static_oe property

public static string ChatRPC
Résultat string

GuiRect public_oe property

public Rect GuiRect
Résultat Rect

IsVisible public_oe property

public bool IsVisible
Résultat bool

messages public_oe property

public List messages
Résultat List