C# Class ServerListItem

Show file Open project: drakelinglabs/unityarmada Class Usage Examples

Public Properties

Property Type Description
GameTypeLabel Text,
JoinButton Button,
PasswordToggle Toggle,
PlayerCountLabel Text,
ServerNameLabel Text,

Public Methods

Method Description
JoinServer ( ) : void
SetupServerListItem ( HostInfo host ) : void

Method Details

JoinServer() public method

public JoinServer ( ) : void
return void

SetupServerListItem() public method

public SetupServerListItem ( HostInfo host ) : void
host HostInfo
return void

Property Details

GameTypeLabel public property

public Text, GameTypeLabel
return Text,

JoinButton public property

public Button, JoinButton
return Button,

PasswordToggle public property

public Toggle, PasswordToggle
return Toggle,

PlayerCountLabel public property

public Text, PlayerCountLabel
return Text,

ServerNameLabel public property

public Text, ServerNameLabel
return Text,