C# Class UDPSend2, cs-sim-controller

Inheritance: MonoBehaviour
Mostra file Open project: intel-cornellcup/sim-controller Class Usage Examples

Public Properties

Property Type Description
connected bool
direction string
playerIP string
playerName string
port int

Public Methods

Method Description
OnApplicationQuit ( ) : void
Start ( ) : void
Update ( ) : void
changeControls ( ) : void
init ( string targetIP, string name ) : void
sendString ( ) : void
setDirection ( string dir ) : void

Method Details

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

changeControls() public method

public changeControls ( ) : void
return void

init() public method

public init ( string targetIP, string name ) : void
targetIP string
name string
return void

sendString() public method

public sendString ( ) : void
return void

setDirection() public method

public setDirection ( string dir ) : void
dir string
return void

Property Details

connected public_oe property

public bool connected
return bool

direction public_oe property

public string direction
return string

playerIP public_oe property

public string playerIP
return string

playerName public_oe property

public string playerName
return string

port public_oe property

public int port
return int