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

Inheritance: FSO.Client.UI.Framework.UIContainer
Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
InvalidAreas List

Méthodes publiques

Méthode 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

Méthode Description
SendMessage ( string message ) : void
SendMessageElem ( UIElement element ) : void

Method Details

Draw() public méthode

public Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
batch FSO.Client.UI.Framework.UISpriteBatch
Résultat void

ReceiveEvent() public méthode

public ReceiveEvent ( VMChatEvent evt ) : void
evt VMChatEvent
Résultat void

SetLotName() public méthode

public SetLotName ( string name ) : void
name string
Résultat void

UIChatPanel() public méthode

public UIChatPanel ( VM vm, UILotControl owner ) : System
vm FSO.SimAntics.VM
owner UILotControl
Résultat System

Update() public méthode

public Update ( UpdateState state ) : void
state FSO.Common.Rendering.Framework.Model.UpdateState
Résultat void

Property Details

InvalidAreas public_oe property

public List InvalidAreas
Résultat List