C# Class InRoomChat, Droid-Soccer

Inheritance: Photon.MonoBehaviour
显示文件 Open project: repelex/Droid-Soccer Class Usage Examples

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
Start ( ) : void

Private Methods

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

Method Details

AddLine() public method

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

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
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