C# 클래스 FSO.Client.UI.Screens.PersonSlot

파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Avatar FSO.Client.UI.Controls.UISim

Private Properties

프로퍼티 타입 설명
DeleteAvatarButton_OnButtonClick void
DescTabButton_OnButtonClick void
EnterTabButton_OnButtonClick void
NewAvatarButton_OnButtonClick void
PersonSlot_OnButtonClick void

공개 메소드들

메소드 설명
DisplayAvatar ( UISim avatar ) : void

Display an avatar

Init ( ) : void

Setup UI events

PersonSlot ( PersonSelection screen ) : System
SetSlotAvailable ( bool isAvailable ) : void
SetTab ( PersonSlotTab tab ) : void

비공개 메소드들

메소드 설명
DeleteAvatarButton_OnButtonClick ( UIElement button ) : void

User clicked the "Retire avatar" button.

DescTabButton_OnButtonClick ( UIElement button ) : void
EnterTabButton_OnButtonClick ( UIElement button ) : void
NewAvatarButton_OnButtonClick ( UIElement button ) : void

Player wanted to create a sim.

PersonSlot_OnButtonClick ( UIElement button ) : void

User confirmed character retirement.

메소드 상세

DisplayAvatar() 공개 메소드

Display an avatar
public DisplayAvatar ( UISim avatar ) : void
avatar FSO.Client.UI.Controls.UISim
리턴 void

Init() 공개 메소드

Setup UI events
public Init ( ) : void
리턴 void

PersonSlot() 공개 메소드

public PersonSlot ( PersonSelection screen ) : System
screen PersonSelection
리턴 System

SetSlotAvailable() 공개 메소드

public SetSlotAvailable ( bool isAvailable ) : void
isAvailable bool
리턴 void

SetTab() 공개 메소드

public SetTab ( PersonSlotTab tab ) : void
tab PersonSlotTab
리턴 void

프로퍼티 상세

Avatar 공개적으로 프로퍼티

public UISim,FSO.Client.UI.Controls Avatar
리턴 FSO.Client.UI.Controls.UISim