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

Inheritance: FSO.Client.UI.Controls.UIDialog
Datei anzeigen Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
LotName string
Visitors int

Public Methods

Method Description
Draw ( FSO.Client.UI.Framework.UISpriteBatch batch ) : void
ReceiveEvent ( VMChatEvent evt ) : void
RenderEvent ( VMChatEvent evt ) : string
RenderEvents ( ) : void
UIPropertyLog ( ) : System

Private Methods

Method Description
CloseButton_OnButtonClick ( UIElement button ) : 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

RenderEvent() public method

public RenderEvent ( VMChatEvent evt ) : string
evt VMChatEvent
return string

RenderEvents() public method

public RenderEvents ( ) : void
return void

UIPropertyLog() public method

public UIPropertyLog ( ) : System
return System

Property Details

LotName public_oe property

public string LotName
return string

Visitors public_oe property

public int Visitors
return int