VRTRIX Glove API Documentation - VRTRIX/VRTRIXGlove_Unity3D_SDK GitHub Wiki
VRTRIX Glove API Documentation
VRTRIX Glove API includes C# managed code APIs and unmanaged C++ based APIs. Generally speaking, C# managed APIs are sufficient to create your application in Unity, but you can always call member functions in unmanaged C++ based APIs from a managed C# wrapper class VRTRIXDataWrapper
that is included in VRTRIX/Scripts/VRTRIXBasicDataStreaming
folder. There are only part of tested unmanaged C++ based APIs are documented in this wiki, more functions will be included afterwards.