C# Class MasterServer, vive-holojam

Inheritance: MonoBehaviour
Exibir arquivo Open project: nyu-vr-research/vive-holojam Class Usage Examples

Public Properties

Property Type Description
ViveController1 SteamVR_TrackedController,
ViveController2 SteamVR_TrackedController,
ViveHMD GameObject

Public Methods

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

Private Methods

Method Description
OnDestroy ( ) : void

Method Details

ServerThread() public method

public ServerThread ( ) : void
return void

Start() public method

public Start ( ) : void
return void

StartSending() public method

public StartSending ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ViveController1 public_oe property

public SteamVR_TrackedController, ViveController1
return SteamVR_TrackedController,

ViveController2 public_oe property

public SteamVR_TrackedController, ViveController2
return SteamVR_TrackedController,

ViveHMD public_oe property

public GameObject ViveHMD
return GameObject