C# Class generalNetworking, Lucid

Inheritance: Photon.MonoBehaviour
显示文件 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_oe property

public bool AlignBottom
return bool

ChatRPC public_oe static_oe property

public static string ChatRPC
return string

GuiRect public_oe property

public Rect GuiRect
return Rect

IsVisible public_oe property

public bool IsVisible
return bool

messages public_oe property

public List messages
return List