C# Class HoloToolkit.Unity.RemoteMeshTarget

RemoteMeshTarget will listen for meshes being sent from a remote system (HoloLens). It is intended to run in the Unity Editor with exactly one HoloLens device sending data.
Inheritance: SpatialMappingSource
显示文件 Open project: Microsoft/HoloToolkit-Unity Class Usage Examples

Public Methods

Method Description
OnClientConnect ( IAsyncResult result ) : void

Called when a client connects.

Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ReadInt ( Stream stream ) : int

Reads an int from the next 4 bytes of the supplied stream.

Method Details

OnClientConnect() public method

Called when a client connects.
public OnClientConnect ( IAsyncResult result ) : void
result IAsyncResult The result of the connection.
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void