CybSDK C#  4.3
Public Member Functions | List of all members
CybSDK.CVirtDevice Interface Reference

[Deprecated] Base class all Virtualizer Devices have to implement. More...

Inheritance diagram for CybSDK.CVirtDevice:
CybSDK.IVirtDevice

Public Member Functions

bool Open ()
 
bool IsOpen ()
 
bool Close ()
 
float GetPlayerHeight ()
 
void ResetPlayerHeight ()
 
float GetPlayerOrientation ()
 
void ResetPlayerOrientation ()
 
float GetMovementSpeed ()
 
float GetMovementDirection ()
 
bool HasHaptic ()
 
void HapticPlay ()
 
void HapticSetFrequency (int frequency)
 
void HapticSetGain (int gain)
 
void HapticSetVolume (int volume)
 
void HapticStop ()
 

Detailed Description

[Deprecated] Base class all Virtualizer Devices have to implement.

Deprecated:
Use interface IVirtDevice instead.

Member Function Documentation

◆ ResetPlayerOrientation()

void CybSDK.CVirtDevice.ResetPlayerOrientation ( )
Deprecated:
Unused as new Virtualizers orient themselves automatically.

Implemented in CybSDK.IVirtDevice.


The documentation for this interface was generated from the following file: