C# Class ServerListItem

Exibir arquivo 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_oe property

public Text, GameTypeLabel
return Text,

JoinButton public_oe property

public Button, JoinButton
return Button,

PasswordToggle public_oe property

public Toggle, PasswordToggle
return Toggle,

PlayerCountLabel public_oe property

public Text, PlayerCountLabel
return Text,

ServerNameLabel public_oe property

public Text, ServerNameLabel
return Text,