C# Class generalNetworking, Lucid

Inheritance: Photon.MonoBehaviour
Show file Open project: hydrater/Lucid

Public Properties

Property Type Description
AlignBottom bool
ChatRPC string
GuiRect Rect
IsVisible bool
messages List

Public Methods

Method Description
AddLine ( string newLine ) : void
OnGUI ( ) : void
OnMasterClientSwitched ( PhotonPlayer, player ) : void

Private Methods

Method Description
Awake ( ) : void
Chat ( string newLine, PhotonMessageInfo, mi ) : void
OnJoinedLobby ( ) : void
OnJoinedRoom ( ) : void

Method Details

AddLine() public method

public AddLine ( string newLine ) : void
newLine string
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnMasterClientSwitched() public method

public OnMasterClientSwitched ( PhotonPlayer, player ) : void
player PhotonPlayer,
return void

Property Details

AlignBottom public property

public bool AlignBottom
return bool

ChatRPC public static property

public static string ChatRPC
return string

GuiRect public property

public Rect GuiRect
return Rect

IsVisible public property

public bool IsVisible
return bool

messages public property

public List messages
return List