Haply::Inverse::Unity
Namespaces
| Name |
|---|
| Haply::Inverse::Unity::Internal |
| Haply::Inverse::Unity::Utilities |
Classes
| Name | |
|---|---|
| class | Haply::Inverse::Unity::ClientConfiguration |
| class | Haply::Inverse::Unity::CursorBehaviour |
| class | Haply::Inverse::Unity::DeviceMapper Manages the mapping and state of devices in the HaplyInverse system. |
| class | Haply::Inverse::Unity::EventDispatcher A thread-safe class which holds a queue with actions to execute on the next Update() method. |
| class | Haply::Inverse::Unity::HapticOrigin Manages the scaling of haptic workspace while maintaining the size of cursor models. |
| class | Haply::Inverse::Unity::Inverse3 |
| class | Haply::Inverse::Unity::Inverse3Cursor |
| class | Haply::Inverse::Unity::Inverse3Gizmos |
| class | Haply::Inverse::Unity::PerformanceData |
| class | Haply::Inverse::Unity::Singleton A generic singleton class for MonoBehaviour. |
| class | Haply::Inverse::Unity::UnityConvert |
| class | Haply::Inverse::Unity::VerseGrip Represents a VerseGrip device, handling its state and interactions. |
| class | Haply::Inverse::Unity::VerseGripCursor |
Types
| Name | |
|---|---|
| enum class | DeviceMapperState { Uninitialized, Initializing, OpeningDevices, DevicesOpened, Ready, Destroy} Enum representing the various states of the Device Mapper. |
| enum class | VerseGripButton { Button0 = 0, Button1 = 1, Button2 = 2, Button3 = 3} Defines the available buttons on the VerseGrip device. |
Types Documentation
enum DeviceMapperState
| Enumerator | Value | Description |
|---|---|---|
| Uninitialized | ||
| Initializing | ||
| OpeningDevices | ||
| DevicesOpened | ||
| Ready | ||
| Destroy |
Enum representing the various states of the Device Mapper.
enum VerseGripButton
| Enumerator | Value | Description |
|---|---|---|
| Button0 | 0 | |
| Button1 | 1 | |
| Button2 | 2 | |
| Button3 | 3 |
Defines the available buttons on the VerseGrip device.
The actual VerseGrip hardware may only have Button0 implemented. Other buttons are defined for potential future use or compatibility.