C# Class Common.NetworkSettings

Inheritance: MonoBehaviour
ファイルを表示 Open project: gamemachine/gamemachine

Public Properties

Property Type Description
authtoken int
character Common.Character
hostname string
httpHost string
httpPort int
httpUseSSL bool
instance NetworkSettings
loggedIn bool
password string
showClientStats bool
tcpPort int
udpPort int
username string

Public Methods

Method Description
BaseUri ( ) : string
sameAddress ( string address1, string address2 ) : bool

Private Methods

Method Description
Awake ( ) : void

Method Details

BaseUri() public method

public BaseUri ( ) : string
return string

sameAddress() public method

public sameAddress ( string address1, string address2 ) : bool
address1 string
address2 string
return bool

Property Details

authtoken public_oe property

public int authtoken
return int

character public_oe property

public Character,Common character
return Common.Character

hostname public_oe property

public string hostname
return string

httpHost public_oe property

public string httpHost
return string

httpPort public_oe property

public int httpPort
return int

httpUseSSL public_oe property

public bool httpUseSSL
return bool

instance public_oe static_oe property

public static NetworkSettings,Common instance
return NetworkSettings

loggedIn public_oe property

public bool loggedIn
return bool

password public_oe property

public string password
return string

showClientStats public_oe property

public bool showClientStats
return bool

tcpPort public_oe property

public int tcpPort
return int

udpPort public_oe property

public int udpPort
return int

username public_oe property

public string username
return string