C# Class NetworkHUD, kaijurising

Inheritance: NetworkBehaviour
Mostrar archivo Open project: Moehammered/kaijurising Class Usage Examples

Public Properties

Property Type Description
ipAddressInput InputField,
isAutoConnecting bool
manager NetworkManager
menuServer GameObject
portInput InputField,
portNo Text

Protected Properties

Property Type Description
reader StreamReader
text string
theSourceFile FileInfo
writer StreamWriter

Public Methods

Method Description
Awake ( ) : void
clientJoin ( ) : void
host ( ) : void
startServer ( ) : void
stopServer ( ) : void

Private Methods

Method Description
autoConnect ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

clientJoin() public method

public clientJoin ( ) : void
return void

host() public method

public host ( ) : void
return void

startServer() public method

public startServer ( ) : void
return void

stopServer() public method

public stopServer ( ) : void
return void

Property Details

ipAddressInput public_oe property

public InputField, ipAddressInput
return InputField,

isAutoConnecting public_oe property

public bool isAutoConnecting
return bool

manager public_oe property

public NetworkManager manager
return NetworkManager

menuServer public_oe property

public GameObject menuServer
return GameObject

portInput public_oe property

public InputField, portInput
return InputField,

portNo public_oe property

public Text portNo
return Text

reader protected_oe property

protected StreamReader reader
return StreamReader

text protected_oe property

protected string text
return string

theSourceFile protected_oe property

protected FileInfo theSourceFile
return FileInfo

writer protected_oe property

protected StreamWriter writer
return StreamWriter