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

Live Mode Panel
Inheritance: UIDestroyablePanel
Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Свойство Type Description
Background FSO.Client.UI.Controls.UIImage
DefaultBGImage Texture2D
DefaultNextPagePos Vector2
Divider UIImage
EODButton UIButton
EODImage UIImage
MoodPanelButton UIButton
MotiveDisplay UIMotiveDisplay
PeopleListBg UIImage
PersonGrid UIPersonGrid
Thumb UIPersonIcon

Private Properties

Свойство Type Description
EODCloseButton_OnButtonClick void
EODToggle void
UpdateMotives void

Méthodes publiques

Méthode Description
Destroy ( ) : void
Draw ( UISpriteBatch batch ) : void
SetInEOD ( EODLiveModeOpt options, UIEOD eod ) : void
UILiveMode ( UILotControl lotController ) : System
Update ( FSO state ) : void
UpdateThumbPosition ( ) : void

Private Methods

Méthode Description
EODCloseButton_OnButtonClick ( UIElement button ) : void
EODToggle ( UIElement button ) : void
UpdateMotives ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

Draw() public méthode

public Draw ( UISpriteBatch batch ) : void
batch UISpriteBatch
Résultat void

SetInEOD() public méthode

public SetInEOD ( EODLiveModeOpt options, UIEOD eod ) : void
options EODLiveModeOpt
eod UIEOD
Résultat void

UILiveMode() public méthode

public UILiveMode ( UILotControl lotController ) : System
lotController UILotControl
Résultat System

Update() public méthode

public Update ( FSO state ) : void
state FSO
Résultat void

UpdateThumbPosition() public méthode

public UpdateThumbPosition ( ) : void
Résultat void

Property Details

Background public_oe property

public UIImage,FSO.Client.UI.Controls Background
Résultat FSO.Client.UI.Controls.UIImage

DefaultBGImage public_oe property

public Texture2D DefaultBGImage
Résultat Texture2D

DefaultNextPagePos public_oe property

public Vector2 DefaultNextPagePos
Résultat Vector2

Divider public_oe property

public UIImage Divider
Résultat UIImage

EODButton public_oe property

public UIButton EODButton
Résultat UIButton

EODImage public_oe property

public UIImage EODImage
Résultat UIImage

MoodPanelButton public_oe property

public UIButton MoodPanelButton
Résultat UIButton

MotiveDisplay public_oe property

public UIMotiveDisplay MotiveDisplay
Résultat UIMotiveDisplay

PeopleListBg public_oe property

public UIImage PeopleListBg
Résultat UIImage

PersonGrid public_oe property

public UIPersonGrid PersonGrid
Résultat UIPersonGrid

Thumb public_oe property

public UIPersonIcon Thumb
Résultat UIPersonIcon