C# Class TestNetwork

Inheritance: MonoBehaviour
显示文件 Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
host string
port int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

host public_oe property

public string host
return string

port public_oe property

public int port
return int