Property | Type | Description | |
---|---|---|---|
connected | bool | ||
direction | string | ||
playerIP | string | ||
playerName | string | ||
port | int |
Method | Description | |
---|---|---|
OnApplicationQuit ( ) : void | ||
Start ( ) : void | ||
Update ( ) : void | ||
changeControls ( ) : void | ||
init ( string targetIP, string name ) : void | ||
sendString ( ) : void | ||
setDirection ( string dir ) : void |
public init ( string targetIP, string name ) : void | ||
targetIP | string | |
name | string | |
return | void |