UxrHandPoseType Enumeration
Enumerates the different pose types.
Namespace: UltimateXR.Manipulation.HandPoses
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrHandPoseType
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Not initialized. | |
| Fixed | 1 | Fixed pose (pose with a single state). | |
| Blend | 2 | Blend pose. A blend pose has two states, open and closed, and allows to blend between them. In the grabbing system it allows using a single blend grab pose for multiple objects with different sizes. |