C# 클래스 ServerListItem

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

공개 프로퍼티들

프로퍼티 타입 설명
GameTypeLabel Text,
JoinButton Button,
PasswordToggle Toggle,
PlayerCountLabel Text,
ServerNameLabel Text,

공개 메소드들

메소드 설명
JoinServer ( ) : void
SetupServerListItem ( HostInfo host ) : void

메소드 상세

JoinServer() 공개 메소드

public JoinServer ( ) : void
리턴 void

SetupServerListItem() 공개 메소드

public SetupServerListItem ( HostInfo host ) : void
host HostInfo
리턴 void

프로퍼티 상세

GameTypeLabel 공개적으로 프로퍼티

public Text, GameTypeLabel
리턴 Text,

JoinButton 공개적으로 프로퍼티

public Button, JoinButton
리턴 Button,

PasswordToggle 공개적으로 프로퍼티

public Toggle, PasswordToggle
리턴 Toggle,

PlayerCountLabel 공개적으로 프로퍼티

public Text, PlayerCountLabel
리턴 Text,

ServerNameLabel 공개적으로 프로퍼티

public Text, ServerNameLabel
리턴 Text,