C# Class UDP_RecoServer, Object_Manipulator-Kinect-Unity3D-

Inheritance: MonoBehaviour
Mostra file Open project: joseangelmr/Object_Manipulator-Kinect-Unity3D-

Public Properties

Property Type Description
mensaje GUIText
port int
str FsmString

Public Methods

Method Description
OnDisable ( ) : void
Start ( ) : void
UDPGetPacket ( ) : string
Update ( ) : void
test ( ) : void

Private Methods

Method Description
ReceiveData ( ) : void
init ( ) : void

Method Details

OnDisable() public method

public OnDisable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UDPGetPacket() public method

public UDPGetPacket ( ) : string
return string

Update() public method

public Update ( ) : void
return void

test() public method

public test ( ) : void
return void

Property Details

mensaje public_oe property

public GUIText mensaje
return GUIText

port public_oe property

public int port
return int

str public_oe property

public FsmString str
return FsmString