C# 클래스 FSO.Client.UI.Panels.UILiveMode

Live Mode Panel
상속: UIDestroyablePanel
파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 프로퍼티들

프로퍼티 타입 설명
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

프로퍼티 타입 설명
EODCloseButton_OnButtonClick void
EODToggle void
UpdateMotives void

공개 메소드들

메소드 설명
Destroy ( ) : void
Draw ( UISpriteBatch batch ) : void
SetInEOD ( EODLiveModeOpt options, UIEOD eod ) : void
UILiveMode ( UILotControl lotController ) : System
Update ( FSO state ) : void
UpdateThumbPosition ( ) : void

비공개 메소드들

메소드 설명
EODCloseButton_OnButtonClick ( UIElement button ) : void
EODToggle ( UIElement button ) : void
UpdateMotives ( ) : void

메소드 상세

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void

Draw() 공개 메소드

public Draw ( UISpriteBatch batch ) : void
batch UISpriteBatch
리턴 void

SetInEOD() 공개 메소드

public SetInEOD ( EODLiveModeOpt options, UIEOD eod ) : void
options EODLiveModeOpt
eod UIEOD
리턴 void

UILiveMode() 공개 메소드

public UILiveMode ( UILotControl lotController ) : System
lotController UILotControl
리턴 System

Update() 공개 메소드

public Update ( FSO state ) : void
state FSO
리턴 void

UpdateThumbPosition() 공개 메소드

public UpdateThumbPosition ( ) : void
리턴 void

프로퍼티 상세

Background 공개적으로 프로퍼티

public UIImage,FSO.Client.UI.Controls Background
리턴 FSO.Client.UI.Controls.UIImage

DefaultBGImage 공개적으로 프로퍼티

public Texture2D DefaultBGImage
리턴 Texture2D

DefaultNextPagePos 공개적으로 프로퍼티

public Vector2 DefaultNextPagePos
리턴 Vector2

Divider 공개적으로 프로퍼티

public UIImage Divider
리턴 UIImage

EODButton 공개적으로 프로퍼티

public UIButton EODButton
리턴 UIButton

EODImage 공개적으로 프로퍼티

public UIImage EODImage
리턴 UIImage

MoodPanelButton 공개적으로 프로퍼티

public UIButton MoodPanelButton
리턴 UIButton

MotiveDisplay 공개적으로 프로퍼티

public UIMotiveDisplay MotiveDisplay
리턴 UIMotiveDisplay

PeopleListBg 공개적으로 프로퍼티

public UIImage PeopleListBg
리턴 UIImage

PersonGrid 공개적으로 프로퍼티

public UIPersonGrid PersonGrid
리턴 UIPersonGrid

Thumb 공개적으로 프로퍼티

public UIPersonIcon Thumb
리턴 UIPersonIcon