C# Class FSO.Client.UI.Panels.UIChatPanel

Inheritance: FSO.Client.UI.Framework.UIContainer
Mostra file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
InvalidAreas List

Public Methods

Method Description
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
ReceiveEvent ( VMChatEvent evt ) : void
SetLotName ( string name ) : void
UIChatPanel ( VM vm, UILotControl owner ) : System
Update ( UpdateState state ) : void

Private Methods

Method Description
SendMessage ( string message ) : void
SendMessageElem ( UIElement element ) : void

Method Details

Draw() public method

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
return void

ReceiveEvent() public method

public ReceiveEvent ( VMChatEvent evt ) : void
evt VMChatEvent
return void

SetLotName() public method

public SetLotName ( string name ) : void
name string
return void

UIChatPanel() public method

public UIChatPanel ( VM vm, UILotControl owner ) : System
vm FSO.SimAntics.VM
owner UILotControl
return System

Update() public method

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
return void

Property Details

InvalidAreas public_oe property

public List InvalidAreas
return List